tcl-mode-map

tcl-mode-map is a variable defined in `tcl.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Keymap used in `tcl-mode'.

Value:

(keymap (menu-bar keymap (Tcl menu-item "Tcl" (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)))) (3 keymap (19 . switch-to-tcl) (24 . tcl-eval-region) (20 . inferior-tcl) (6 . tcl-load-file) (22 . tcl-eval-defun) (9 . tcl-help-on-word)) (9 . tcl-indent-command) (127 . backward-delete-char-untabify) (27 keymap (24 . tcl-eval-defun) (17 . tcl-indent-exp)) (35 . tcl-electric-hash) (59 . tcl-electric-char) (93 . tcl-electric-char) (91 . tcl-electric-char) (125 . tcl-electric-brace) (123 . tcl-electric-char))