GNU Emacs Lisp Reference Manual

GNU Emacs Lisp Reference Manual

For Emacs Version 25.2 Rev. 3.1

Versandkostenfrei!
Versandfertig in 1-2 Wochen
41,99 €
inkl. MwSt.
PAYBACK Punkte
21 °P sammeln!
This manual attempts to be a full description of Emacs Lisp. This manual presumes considerable familiarity with the use of Emacs for editing. Most of the GNU Emacs text editor is written in the programming language called Emacs Lisp. You can write new code in Emacs Lisp and install it as an extension to the editor. However, Emacs Lisp is more than a mere extension language; it is a full computer programming language in its own right. You can use it as you would any other programming language. Generally speaking, the earlier chapters describe features of Emacs Lisp that have counterparts in man...