File: keymap.c.html
Defined variables (6)
describe-bindings-check-shadowing-in-ranges | If non-nil, consider command shadowing when describing ranges of keys. |
emulation-mode-map-alists | List of keymap alists to use for emulation modes. |
minibuffer-local-map | Default keymap to use when reading from the minibuffer. |
minor-mode-map-alist | Alist of keymaps to use for minor modes. |
minor-mode-overriding-map-alist | Alist of keymaps to use for minor modes, in current major mode. |
where-is-preferred-modifier | Preferred modifier key to use for ‘where-is’. |
Defined functions (29)
accessible-keymaps | (KEYMAP &optional PREFIX) |
command-remapping | (COMMAND &optional POSITION KEYMAPS) |
copy-keymap | (KEYMAP) |
current-active-maps | (&optional OLP POSITION) |
current-global-map | () |
current-local-map | () |
current-minor-mode-maps | () |
define-key | (KEYMAP KEY DEF &optional REMOVE) |
describe-buffer-bindings | (BUFFER &optional PREFIX MENUS) |
describe-vector | (VECTOR &optional DESCRIBER) |
help--describe-vector | (VECTOR PREFIX DESCRIBER PARTIAL SHADOW ENTIRE-MAP MENTION-SHADOW) |
key-binding | (KEY &optional ACCEPT-DEFAULT NO-REMAP POSITION) |
key-description | (KEYS &optional PREFIX) |
keymap--get-keyelt | (OBJECT AUTOLOAD) |
keymap-parent | (KEYMAP) |
keymap-prompt | (MAP) |
keymapp | (OBJECT) |
lookup-key | (KEYMAP KEY &optional ACCEPT-DEFAULT) |
make-keymap | (&optional STRING) |
make-sparse-keymap | (&optional STRING) |
map-keymap | (FUNCTION KEYMAP) |
map-keymap-internal | (FUNCTION KEYMAP) |
minor-mode-key-binding | (KEY &optional ACCEPT-DEFAULT) |
set-keymap-parent | (KEYMAP PARENT) |
single-key-description | (KEY &optional NO-ANGLES) |
text-char-description | (CHARACTER) |
use-global-map | (KEYMAP) |
use-local-map | (KEYMAP) |
where-is-internal | (DEFINITION &optional KEYMAP FIRSTONLY NOINDIRECT NO-REMAP) |