Next: Contributing, Previous: Hello Emacsy, Up: Top [Contents][Index]
I expounded on the virtues of the Key Lookup Execute Command Loop (KLECL) in see Overlooked Treasure. Now we’re going to implement a KLECL, which requires fleshing out some concepts. We need events, keymaps, and commands. Let’s begin with events.
• C Api | ||
• Emacsy Facade | ||
• Event | ||
• Keymap | ||
• Command | ||
• Block | ||
• KLECL | Key-Lookup-Execute-Command-Loop | |
• Kbd-Macro | Keyboard Macros | |
• Buffer | ||
• Text | ||
• Minibuffer | ||
• Core | ||
• Advice | ||
• Window | Window module (optional) | |
• Help | ||
• Self-doc | Self-documentation |