Next: Syntax, Previous: Keyboard Macros, Up: Customization [Contents][Index]
This section deals with the keymaps that define the bindings between keys and functions, and shows how you can customize these bindings.
A command is a Lisp function whose definition provides for interactive use. Like every Lisp function, a command has a function name, which is a Lisp symbol whose name usually consists of lower case letters and hyphens.
• Keymaps: | Definition of the keymap data structure. Names of Emacs’s standard keymaps. | |
• Rebinding: | How to redefine one key’s meaning conveniently. | |
• Disabling: | Disabling a command means confirmation is required before it can be executed. This is done to protect beginners from surprises. |