Álvaro Ramírez
Emacs lisp tips backlog
- TODO Signal: a library offering enriched hook-like features.
- TODO Debugging tips.
- TODO Examples of Emacs modules.
- TODO htop-like CPU and memory graphs for Emacs.
- TODO Timp: multithreading library.
- TODO Effortless Major Mode Development.
- TODO cl-spark implementation of Zach Holman's spark and Gil Gonçalves' vspark with little extension.
- TODO map.el for map-like collections built-in as of 25.1.
- TODO Standard library for key/value data structures.
- TODO Making Elisp regex look nicer.
- TODO Adapting code using the old defadvice.
- TODO seq.el sequence library built-in as of 25.1.
- TODO Binding of parson JSON parser.
- TODO Helm-dash find-as-you-type.
- TODO Org mode - Parsing rich HTML directly when pasting? (Stack Overflow).
- TODO From @_wilfredh, use (interactive "*") for commands that edit the buffer, so they show a helpful error if the buffer is read only.