Package gnu.jemacs.lang

Contains classes to implement the Emacs Lisp language.

See:
          Description

Class Summary
AddOp  
defcustom  
defgroup  
DivideOp  
ELisp  
lambda The Syntax transformer that re-writes the lambda builtin.
NumberCompare  
Print  
SaveExcursion  
While Implement the ELisp `while' syntax form.
 

Exception Summary
CatchableException An exception thrown by (throw tag value) and caught by (catch tag body).
 

Package gnu.jemacs.lang Description

Contains classes to implement the Emacs Lisp language. In contrast gnu.jemacs.buffer contains classes that implement the editing functionality for buffers.