Emacs Lisp Examples
This chapter is collection of simple emacs lisp examples. They are great for studying elisp but also as practical useful commands.
Xah Talk Show 2022-09-28 emacs lisp. extract html links, insert to each page
Elisp Examples
Text Transform Under Cursor
- Extend Emacs by Python etc
- Title Case
- Cycle Hyphen Lowline Space
- Escape Quotes
- Remove Äçčéñť Marks
- Straight to Curly Quotes
- Bracket CAP WORDS
- Upcase Sentences
- Add Period to Line Ends
- to Sentence Lines
- Bionic Reading
- Convert English/Chinese Punctuations
- Convert RGB/HSL/HSV
- Decimal to Hexadecimal
- Greek Letter Names to Unicode
- Twitterfy Text
- xah-fix-datetime
Commands Do thing-at-point
Command to Insert Things
Script Examples
- Write grep in Elisp
- Find Replace Variations
- Find String Inside HTML Tag
- Check Brackets Balance
- Validate Matching Brackets
- Generate Links Report
- Generate Sitemap
- Archive Website For Reader Download
- Process File line-by-line
- Text-Soup Automation
- Split HTML Annotation
- Fixing Dead Links
- Elisp vs Perl: Validate Local File Links
- Transform Page Tag
- Transform HTML FAQ Tags
- Transform HTML Tags
- “figure” to “figcaption”
- “span.w” to “b”