tcl-mode-menu
tcl-mode-menu is a variable defined in `
tcl.el
'.
Its value is shown
below.
Documentation:
Menu used in `tcl-mode'.
Value:
(keymap "Tcl"
(Beginning\ of\ function menu-item "Beginning of function" beginning-of-defun)
(End\ of\ function menu-item "End of function" end-of-defun)
(Mark\ function menu-item "Mark function" mark-defun)
(Indent\ region menu-item "Indent region" indent-region :enable
(mark t))
(Comment\ region menu-item "Comment region" comment-region :enable
(mark t))
(Uncomment\ region menu-item "Uncomment region" uncomment-region :enable
(mark t))
(nil menu-item "----")
(Show\ Tcl\ process\ buffer menu-item "Show Tcl process buffer" inferior-tcl)
(Send\ function\ to\ Tcl\ process menu-item "Send function to Tcl process" tcl-eval-defun :enable
(and inferior-tcl-buffer
(get-buffer inferior-tcl-buffer)))
(Send\ region\ to\ Tcl\ process menu-item "Send region to Tcl process" tcl-eval-region :enable
(and inferior-tcl-buffer
(get-buffer inferior-tcl-buffer)))
(Send\ file\ to\ Tcl\ process menu-item "Send file to Tcl process" tcl-load-file :enable
(and inferior-tcl-buffer
(get-buffer inferior-tcl-buffer)))
(Restart\ Tcl\ process\ with\ file menu-item "Restart Tcl process with file" tcl-restart-with-file)
(nil-12 menu-item "----")
(Tcl\ help menu-item "Tcl help" tcl-help-on-word :enable tcl-help-directory-list))