Package gnu.jemacs.lang

Contains classes to implement the Emacs Lisp language.

Class Summary

AddOp
CatchableExceptionAn exception thrown by (throw tag value) and caught by (catch tag body).
defcustom
defgroup
DivideOp
ELisp
lambda The Syntax transformer that re-writes the lambda builtin.
NumberCompare
Print
SaveExcursion
WhileImplement the ELisp `while' syntax form.
Contains classes to implement the Emacs Lisp language. In contrast gnu.jemacs.buffer contains classes that implement the editing functionality for buffers.