Which Chapters of Elisp Manual to Read?

By Xah Lee. Date: . Last updated: .
gnu emacs manual 1987 cover
GNU Emacs manual 1987 cover. 1536×2048 (photo by [Alek Grigorian https://plus.google.com/109687605137206203841/posts/JCz1k9e4boV])
gnu emacs lisp reference manual emacs 24.5 2015-07
GNU emacs lisp reference manual, for emacs 24.5. [photo By Jules L White ~2015-07] Buy at amazon

if you are learning emacs lisp, you might be wondering “Which Chapters of the Elisp Manual to Read first?”. Here's my recommendations.

the above would get you started in text processing oriented things, such as writing your own command to refactor code. Then, you can move on to writing major or minor modes that do diverse things.

this is assuming that you already know the basics of lisp, such as loop, lists, variables. Else, you have to scan the first 10 chapters of the elisp manual, which is some 500 pages.

or, you can reading my tutorial

2013-09-30 thanks to [Juan Alberto Sanchez https://plus.google.com/103950408600047374795] for asking this at [Goole Plus post https://plus.google.com/103950408600047374795/posts/KFTD9oCuQC3]

Non-Technical Essays on Emacs Lisp