Difference between revisions of "IELM"
Jump to navigation
Jump to search
m (rm message to Sarah) |
(rm another spam) |
||
Line 25: | Line 25: | ||
= Common Customization = | = Common Customization = | ||
<!-- Customization common to all platforms goes here --> | <!-- Customization common to all platforms goes here --> | ||
− | |||
− | |||
= Recommended Reading = | = Recommended Reading = |
Revision as of 14:01, 20 July 2012
Description | Emacs Lisp REPL |
---|---|
Author | David Smith |
Part of Emacs | yes |
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.
Basic setup
IELM is bundled with Emacs by default. No additional setup is required.
Common Customization
Recommended Reading