dcl-mode-map

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

Documentation:
Keymap used in DCL-mode buffers.

Value:

(keymap (menu-bar keymap (dcl "DCL" keymap (imenu "Buffer index menu" . imenu) (dcl-separator-movement "--") (dcl-backward-command "Beginning of statement" . dcl-backward-command) (dcl-forward-command "End of statement" . dcl-forward-command) (dcl-back-to-indentation "Back to indentation" . dcl-back-to-indentation) (dcl-tab "Indent line/insert tab" . dcl-tab) (dcl-indent-command "Indent command" . dcl-indent-command) (dcl-split-line "Split line" . dcl-split-line) (dcl-delete-indentation "Delete indentation" . dcl-delete-indentation) (dcl-separator-option "--") (dcl-set-option "Set option" . dcl-set-option) (dcl-save-nondefault-options "Save changed options" . dcl-save-nondefault-options) (dcl-save-all-options "Save all options" . dcl-save-all-options) (dcl-separator-tempo "--") (tempo-complete-tag "Complete template tag" . tempo-complete-tag) (tempo-forward-mark "Next template mark" . tempo-forward-mark) (tempo-backward-mark "Previous template mark" . tempo-backward-mark) "DCL")) (3 keymap (2 . tempo-backward-mark) (6 . tempo-forward-mark) (15 . dcl-set-option)) (101 . dcl-electric-character) (69 . dcl-electric-character) (102 . dcl-electric-character) (70 . dcl-electric-character) (58 . dcl-electric-character) (9 . dcl-tab) (27 keymap (17 . dcl-indent-command) (97 . dcl-backward-command) (101 . dcl-forward-command) (109 . dcl-back-to-indentation) (94 . dcl-delete-indentation) (9 . tempo-complete-tag) (10 . dcl-split-line)))