Category:Emacs Lisp: Difference between revisions

use the Allows and Provides templates
(Added provided capabilities (hopefully complete))
(use the Allows and Provides templates)
Line 1:
{{language}}{{implementation|Lisp}}[[{{provides::|Capability:Windowing UI}}{{provides| ]][[provides::Capability:First class functions}}{{provides| ]][[provides::Capability:File access}}{{provides| ]][[provides::Capability:File system access}}{{provides| ]][[provides::Capability:Database access| ]]}}
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.
 
Anonymous user