| Jade is an Emacs-like text editor for UNIX/X11. It implements most of the basic Emacs functionality, but is not intended as a straight clone. All editor commands are implemented in Lisp, giving scope for comprehensive customisation and extension. The Lisp dialect is intended to be compatible with Emacs Lisp, but the interface to the editor internals is not, due to differing philosophies behind the implementations. As a result, most Lisp code written for GNU Emacs will not work; emulation of the basic GNU Emacs interfaces may be added in the future. |