Some of Sunday's edits have been lost. The edits from Saturday that were reverted have been restored. Site is now hosted on prgmr.com. Thank you for your patience. This notice will be removed one week from posting. --Michael Mol 18:12, 7 March 2010 (UTC)
Category:Emacs Lisp
From Rosetta Code
Emacs Lisp is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.
Listed below are all of the tasks on Rosetta Code which have been solved using Emacs Lisp.
| See Also: |
|
|---|
Your Help Needed
If you know Emacs Lisp, please write code for some of the tasks not implemented in Emacs Lisp.
If you know Emacs Lisp, please write code for some of the tasks not implemented in Emacs Lisp.
Emacs Lisp is an implementation of Lisp.
Other implementations of Lisp.
Emacs Lisp (often abbreviated to elisp) is the Lisp implementation used by the Emacs text editor. It doesn't provide all features of Common Lisp (e.g. its optional arguments always default to nil), but it contains special types which are specific for the use in the editor, like buffers (which is where you actually edit the text), windows, events etc.
Lisp expressions can be executed directly from within Emacs editor buffers, or loaded from files which optionally can be compiled into bytecode.
Emacs configuration files actually are Emacs Lisp source files.
Emacs Lisp can be used as a general programming language with the emacs "-batch" or "--script" command line arguments. [1]
Subcategories
This category has the following 2 subcategories, out of 2 total.
@
E
Pages in category "Emacs Lisp"
The following 7 pages are in this category, out of 7 total.
1C |
EGS |
S cont.W |







