IELM

From WikEmacs
Revision as of 07:17, 28 March 2012 by Bozhidar (talk | contribs) (Added a short page on IELM)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

IELM (Interactive Emacs Lisp Mode) is a nice mode that gives you an interactive Emacs Lisp shell (or a REPL if you prefer) that you can use for exploratory programming. You can start it by pressing M-x ielm. You'll be taken to a buffer named ielm, where Emacs Lisp expressions you've entered will be evaluated on pressing the Return key. IELM offers some nice features like TAB autocompletion of symbol names and the ability to span an expression over several lines.

External links

IELM: A REPL for Emacs