Emacs Lisp: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Typos, added a link)
(fix redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[:Category:Emacs Lisp]]
{{implementation|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.

Latest revision as of 15:30, 26 May 2009