Elisp: Create Major Mode
This chapter show you how to write a emacs Major Mode .
Table of Contents
Basics
- Write a Major Mode for Syntax Coloring
- Font Lock Mode
- Syntax Color Comments
- Write Comment/Uncomment Command
- Keyword Completion
- Create Keymap (keybinding)
- Create Function Templates
- Emacs: Command to Lookup Doc or Search Web 📜
- Create a Hook
- Text Properties
- Overlay Highlighting
Major Mode Naming
Syntax Table
- Character Type
- Syntax Table
- Create Syntax Table
- Syntax Class
- Show Syntax Table
- Show Char's Syntax
- Syntax Descriptor
- Modify Syntax Table Temporarily
- Determine Cursor is Inside String or Comment
- Find Matching Bracket Character