diff options
| author | Kim F. Storm | 2006-07-15 00:14:38 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-15 00:14:38 +0000 |
| commit | 19cafe2c1f4310df2a58ff6cc225226774004ff0 (patch) | |
| tree | e45b233408674a2e98018dc8419dc336ebab1c2f | |
| parent | 0864179af22fc8876d1aa9578cbb6d7bccff3ad7 (diff) | |
| download | emacs-19cafe2c1f4310df2a58ff6cc225226774004ff0.tar.gz emacs-19cafe2c1f4310df2a58ff6cc225226774004ff0.zip | |
(Standard Keymaps): Add xref for minibuffer maps.
Add apropos-mode-map, custom-mode-map, esc-map, global-map,
grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
| -rw-r--r-- | lispref/maps.texi | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lispref/maps.texi b/lispref/maps.texi index 9ee1b52fa59..ec7728f7840 100644 --- a/lispref/maps.texi +++ b/lispref/maps.texi | |||
| @@ -12,11 +12,17 @@ Some of these exist when Emacs is first started, others are | |||
| 12 | loaded only when their respective mode is used. This is not | 12 | loaded only when their respective mode is used. This is not |
| 13 | an exhaustive list. | 13 | an exhaustive list. |
| 14 | 14 | ||
| 15 | Several keymaps are used in the minibuffer. @xref{Completion Commands}. | ||
| 16 | |||
| 15 | Almost all of these maps are used as local maps. Indeed, of the modes | 17 | Almost all of these maps are used as local maps. Indeed, of the modes |
| 16 | that presently exist, only Vip mode and Terminal mode ever change the | 18 | that presently exist, only Vip mode and Terminal mode ever change the |
| 17 | global keymap. | 19 | global keymap. |
| 18 | 20 | ||
| 19 | @table @code | 21 | @table @code |
| 22 | @item apropos-mode-map | ||
| 23 | @vindex apropos-mode-map | ||
| 24 | A sparse keymap for @code{apropos} buffers. | ||
| 25 | |||
| 20 | @item Buffer-menu-mode-map | 26 | @item Buffer-menu-mode-map |
| 21 | @vindex Buffer-menu-mode-map | 27 | @vindex Buffer-menu-mode-map |
| 22 | A full keymap used by Buffer Menu mode. | 28 | A full keymap used by Buffer Menu mode. |
| @@ -38,6 +44,9 @@ A sparse keymap for subcommands of the prefix @kbd{C-x 5}. | |||
| 38 | @item ctl-x-map | 44 | @item ctl-x-map |
| 39 | A full keymap for @kbd{C-x} commands. | 45 | A full keymap for @kbd{C-x} commands. |
| 40 | 46 | ||
| 47 | @item custom-mode-map | ||
| 48 | A full keymap for Custom mode. | ||
| 49 | |||
| 41 | @item debugger-mode-map | 50 | @item debugger-mode-map |
| 42 | @vindex debugger-mode-map | 51 | @vindex debugger-mode-map |
| 43 | A full keymap used by Debugger mode. | 52 | A full keymap used by Debugger mode. |
| @@ -66,6 +75,10 @@ A full keymap used by Electric Command History mode. | |||
| 66 | @vindex emacs-lisp-mode-map | 75 | @vindex emacs-lisp-mode-map |
| 67 | A sparse keymap used by Emacs Lisp mode. | 76 | A sparse keymap used by Emacs Lisp mode. |
| 68 | 77 | ||
| 78 | @item esc-map | ||
| 79 | @vindex esc-map | ||
| 80 | A full keymap for @kbd{ESC} (or @kbd{Meta}) commands. | ||
| 81 | |||
| 69 | @item facemenu-menu | 82 | @item facemenu-menu |
| 70 | @vindex facemenu-menu | 83 | @vindex facemenu-menu |
| 71 | The sparse keymap that displays the Text Properties menu. | 84 | The sparse keymap that displays the Text Properties menu. |
| @@ -109,6 +122,21 @@ If there are none, then it contains an empty sparse keymap. | |||
| 109 | The sparse keymap for Fundamental mode.@* | 122 | The sparse keymap for Fundamental mode.@* |
| 110 | It is empty and should not be changed. | 123 | It is empty and should not be changed. |
| 111 | 124 | ||
| 125 | @item global-map | ||
| 126 | The full keymap containing default global key bindings.@* | ||
| 127 | Modes should not modify the Global map. | ||
| 128 | |||
| 129 | @item grep-mode-map | ||
| 130 | @vindex grep-mode-map | ||
| 131 | The keymap for @code{grep-mode} buffers. | ||
| 132 | |||
| 133 | @item help-map | ||
| 134 | The sparse keymap for the keys that follow the help character @kbd{C-h}. | ||
| 135 | |||
| 136 | @item help-mode-map | ||
| 137 | @vindex help-mode-map | ||
| 138 | The sparse keymap for Help mode. | ||
| 139 | |||
| 112 | @item Helper-help-map | 140 | @item Helper-help-map |
| 113 | @vindex Helper-help-map | 141 | @vindex Helper-help-map |
| 114 | A full keymap used by the help utility package.@* | 142 | A full keymap used by the help utility package.@* |
| @@ -132,6 +160,11 @@ search. | |||
| 132 | A keymap for translating keys. This one overrides ordinary key | 160 | A keymap for translating keys. This one overrides ordinary key |
| 133 | bindings, unlike @code{function-key-map}. @xref{Translating Input}. | 161 | bindings, unlike @code{function-key-map}. @xref{Translating Input}. |
| 134 | 162 | ||
| 163 | @item kmacro-map | ||
| 164 | @vindex kmacro-map | ||
| 165 | A sparse keymap for keys that follows the @kbd{C-x C-k} prefix | ||
| 166 | search. | ||
| 167 | |||
| 135 | @item lisp-interaction-mode-map | 168 | @item lisp-interaction-mode-map |
| 136 | @vindex lisp-interaction-mode-map | 169 | @vindex lisp-interaction-mode-map |
| 137 | A sparse keymap used by Lisp Interaction mode. | 170 | A sparse keymap used by Lisp Interaction mode. |
| @@ -184,6 +217,9 @@ time. | |||
| 184 | @vindex text-mode-map | 217 | @vindex text-mode-map |
| 185 | A sparse keymap used by Text mode. | 218 | A sparse keymap used by Text mode. |
| 186 | 219 | ||
| 220 | @item tool-bar-map | ||
| 221 | The keymap defining the contents of the tool bar. | ||
| 222 | |||
| 187 | @item view-mode-map | 223 | @item view-mode-map |
| 188 | @vindex view-mode-map | 224 | @vindex view-mode-map |
| 189 | A full keymap used by View mode. | 225 | A full keymap used by View mode. |