Provide persistent window parameters.
[bpt/emacs.git] / doc / lispref / maps.texi
CommitLineData
b8d4c8d0
GM
1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual.
acaf905b 3@c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc.
b8d4c8d0 4@c See the file elisp.texi for copying conditions.
6336d8c3 5@setfilename ../../info/maps
b8d4c8d0
GM
6@node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top
7@appendix Standard Keymaps
8@cindex standard keymaps
9
10The following symbols are used as the names for various keymaps.
11Some of these exist when Emacs is first started, others are
12loaded only when their respective mode is used. This is not
13an exhaustive list.
14
15Several keymaps are used in the minibuffer. @xref{Completion Commands}.
16
17Almost all of these maps are used as local maps. Indeed, of the modes
18that presently exist, only Vip mode and Terminal mode ever change the
19global keymap.
20
21@table @code
22@item apropos-mode-map
23@vindex apropos-mode-map
24A sparse keymap for @code{apropos} buffers.
25
26@item Buffer-menu-mode-map
27@vindex Buffer-menu-mode-map
28A full keymap used by Buffer Menu mode.
29
30@item c-mode-map
31@vindex c-mode-map
32A sparse keymap used by C mode.
33
34@item command-history-map
35@vindex command-history-map
36A full keymap used by Command History mode.
37
38@item ctl-x-4-map
39A sparse keymap for subcommands of the prefix @kbd{C-x 4}.
40
41@item ctl-x-5-map
42A sparse keymap for subcommands of the prefix @kbd{C-x 5}.
43
44@item ctl-x-map
45A full keymap for @kbd{C-x} commands.
46
47@item custom-mode-map
48A full keymap for Custom mode.
49
50@item debugger-mode-map
51@vindex debugger-mode-map
52A full keymap used by Debugger mode.
53
54@item dired-mode-map
55@vindex dired-mode-map
56A full keymap for @code{dired-mode} buffers.
57
58@item edit-abbrevs-map
59@vindex edit-abbrevs-map
60A sparse keymap used in @code{edit-abbrevs}.
61
62@item edit-tab-stops-map
63@vindex edit-tab-stops-map
64A sparse keymap used in @code{edit-tab-stops}.
65
66@item electric-buffer-menu-mode-map
67@vindex electric-buffer-menu-mode-map
68A full keymap used by Electric Buffer Menu mode.
69
70@item electric-history-map
71@vindex electric-history-map
72A full keymap used by Electric Command History mode.
73
74@item emacs-lisp-mode-map
75@vindex emacs-lisp-mode-map
76A sparse keymap used by Emacs Lisp mode.
77
78@item esc-map
79A full keymap for @kbd{ESC} (or @kbd{Meta}) commands.
80
81@item facemenu-menu
82@vindex facemenu-menu
83The sparse keymap that displays the Text Properties menu.
84
85@item facemenu-background-menu
86@vindex facemenu-background-menu
87The sparse keymap that displays the Background Color submenu of the Text
88Properties menu.
89
90@item facemenu-face-menu
91@vindex facemenu-face-menu
92The sparse keymap that displays the Face submenu of the Text Properties menu.
93
94@item facemenu-foreground-menu
95@vindex facemenu-foreground-menu
96The sparse keymap that displays the Foreground Color submenu of the Text
97Properties menu.
98
99@item facemenu-indentation-menu
100@vindex facemenu-indentation-menu
101The sparse keymap that displays the Indentation submenu of the Text
102Properties menu.
103
104@item facemenu-justification-menu
105@vindex facemenu-justification-menu
106The sparse keymap that displays the Justification submenu of the Text
107Properties menu.
108
109@item facemenu-special-menu
110@vindex facemenu-special-menu
111The sparse keymap that displays the Special Props submenu of the Text
112Properties menu.
113
ead3f58d 114@item local-function-key-map
4f4a84ec 115The keymap for translating key sequences to preferred alternatives.@*
b8d4c8d0
GM
116If there are none, then it contains an empty sparse keymap.
117@xref{Translation Keymaps}.
118
119@item fundamental-mode-map
120@vindex fundamental-mode-map
121The sparse keymap for Fundamental mode.@*
122It is empty and should not be changed.
123
124@item global-map
125The full keymap containing default global key bindings.@*
126Modes should not modify the Global map.
127
128@item grep-mode-map
129@vindex grep-mode-map
130The keymap for @code{grep-mode} buffers.
131
132@item help-map
133The sparse keymap for the keys that follow the help character @kbd{C-h}.
134
135@item help-mode-map
136@vindex help-mode-map
137The sparse keymap for Help mode.
138
139@item Helper-help-map
140@vindex Helper-help-map
141A full keymap used by the help utility package.@*
142It has the same keymap in its value cell and in its function
143cell.
144
145@item Info-edit-map
146@vindex Info-edit-map
c869783d 147A sparse keymap used by the @code{Info-edit} command.
b8d4c8d0
GM
148
149@item Info-mode-map
150@vindex Info-mode-map
151A sparse keymap containing Info commands.
152
4f4a84ec
SM
153@item input-decode-map
154The keymap for translating keypad and function keys.@*
155If there are none, then it contains an empty sparse keymap.
156@xref{Translation Keymaps}.
157
b8d4c8d0
GM
158@item isearch-mode-map
159@vindex isearch-mode-map
160A keymap that defines the characters you can type within incremental
161search.
162
163@item key-translation-map
164A keymap for translating keys. This one overrides ordinary key
da0bbbc4 165bindings, unlike @code{local-function-key-map}. @xref{Translation
ead3f58d 166Keymaps}.
b8d4c8d0
GM
167
168@item kmacro-map
169@vindex kmacro-map
170A sparse keymap for keys that follows the @kbd{C-x C-k} prefix
171search.
172
173@item lisp-interaction-mode-map
174@vindex lisp-interaction-mode-map
175A sparse keymap used by Lisp Interaction mode.
176
177@item lisp-mode-map
178@vindex lisp-mode-map
179A sparse keymap used by Lisp mode.
180
181@item menu-bar-edit-menu
182@vindex menu-bar-edit-menu
183The keymap which displays the Edit menu in the menu bar.
184
aab705a2
GM
185@item menu-bar-file-menu
186@vindex menu-bar-file-menu
187The keymap which displays the File menu in the menu bar.
b8d4c8d0
GM
188
189@item menu-bar-help-menu
190@vindex menu-bar-help-menu
191The keymap which displays the Help menu in the menu bar.
192
193@item menu-bar-mule-menu
194@vindex menu-bar-mule-menu
195The keymap which displays the Mule menu in the menu bar.
196
197@item menu-bar-search-menu
198@vindex menu-bar-search-menu
199The keymap which displays the Search menu in the menu bar.
200
201@item menu-bar-tools-menu
202@vindex menu-bar-tools-menu
203The keymap which displays the Tools menu in the menu bar.
204
205@item mode-specific-map
206The keymap for characters following @kbd{C-c}. Note, this is in the
207global map. This map is not actually mode specific: its name was chosen
208to be informative for the user in @kbd{C-h b} (@code{display-bindings}),
209where it describes the main use of the @kbd{C-c} prefix key.
210
cdf17e86
EZ
211@item multi-query-replace-map
212A sparse keymap that extends @code{query-replace-map} for multi-buffer
213replacements. @xref{Search and Replace, query-replace-map}.
214
b8d4c8d0
GM
215@item occur-mode-map
216@vindex occur-mode-map
217A sparse keymap used by Occur mode.
218
219@item query-replace-map
220A sparse keymap used for responses in @code{query-replace} and related
221commands; also for @code{y-or-n-p} and @code{map-y-or-n-p}. The functions
222that use this map do not support prefix keys; they look up one event at a
223time.
224
cdf17e86
EZ
225@item search-map
226A sparse keymap that provides global bindings for search-related
227commands.
228
b8d4c8d0
GM
229@item text-mode-map
230@vindex text-mode-map
231A sparse keymap used by Text mode.
232
233@item tool-bar-map
234The keymap defining the contents of the tool bar.
235
236@item view-mode-map
237@vindex view-mode-map
238A full keymap used by View mode.
239@end table