Next: Standard Hooks, Previous: Standard Buffer-Local Variables, Up: Top [Contents][Index]
The following symbols are used as the names for various keymaps. Some of these exist when SXEmacs is first started, others are loaded only when their respective mode is used. This is not an exhaustive list.
Almost all of these maps are used as local maps. Indeed, of the modes that presently exist, only Vip mode and Terminal mode ever change the global keymap.
bookmark-mapA keymap containing bindings to bookmark functions.
Buffer-menu-mode-mapA keymap used by Buffer Menu mode.
c++-mode-mapA keymap used by C++ mode.
c-mode-mapA keymap used by C mode. A sparse keymap used by C mode.
command-history-mapA keymap used by Command History mode.
ctl-x-4-mapA keymap for subcommands of the prefix C-x 4.
ctl-x-5-mapA keymap for subcommands of the prefix C-x 5.
ctl-x-mapA keymap for C-x commands.
debugger-mode-mapA keymap used by Debugger mode.
dired-mode-mapA keymap for dired-mode buffers.
edit-abbrevs-mapA keymap used in edit-abbrevs.
edit-tab-stops-mapA keymap used in edit-tab-stops.
electric-buffer-menu-mode-mapA keymap used by Electric Buffer Menu mode.
electric-history-mapA keymap used by Electric Command History mode.
emacs-lisp-mode-mapA keymap used by Emacs Lisp mode.
help-mapA keymap for characters following the Help key.
Helper-help-mapA keymap used by the help utility package.
It has the same keymap in its value cell and in its function
cell.
Info-edit-mapA keymap used by the e command of Info.
Info-mode-mapA keymap containing Info commands.
isearch-mode-mapA keymap that defines the characters you can type within incremental search.
itimer-edit-mapA keymap used when in Itimer Edit mode.
lisp-interaction-mode-mapA keymap used by Lisp mode.
lisp-mode-mapA keymap used by Lisp mode.
A keymap for minibuffer input with completion.
minibuffer-local-isearch-mapA keymap for editing isearch strings in the minibuffer.
minibuffer-local-mapDefault keymap to use when reading from the minibuffer.
minibuffer-local-must-match-mapA keymap for minibuffer input with completion, for exact match.
mode-specific-mapThe keymap for characters following C-c. Note, this is in the
global map. This map is not actually mode specific: its name was chosen
to be informative for the user in C-h b (display-bindings),
where it describes the main use of the C-c prefix key.
modeline-mapThe keymap consulted for mouse-clicks on the modeline of a window.
objc-mode-mapA keymap used in Objective C mode as a local map.
occur-mode-mapA local keymap used by Occur mode.
overriding-local-mapA keymap that overrides all other local keymaps.
query-replace-mapA local keymap used for responses in query-replace and related
commands; also for y-or-n-p and map-y-or-n-p. The functions
that use this map do not support prefix keys; they look up one event at a
time.
read-expression-mapThe minibuffer keymap used for reading Lisp expressions.
read-shell-command-mapThe minibuffer keymap used by shell-command and related commands.
shared-lisp-mode-mapA keymap for commands shared by all sorts of Lisp modes.
text-mode-mapA keymap used by Text mode.
toolbar-mapThe keymap consulted for mouse-clicks over a toolbar.
view-mode-mapA keymap used by View mode.
Next: Standard Hooks, Previous: Standard Buffer-Local Variables, Up: Top [Contents][Index]