next up previous contents
Next: EDT Emulation Up: Emulating Other Editors Previous: Emulating Other Editors   Contents

Emacs Emulation

Emacs Emulation is provided by the S-Lang code in emacs.sl. The basic functionality of Emacs is emulated; most Emacs users should have no problem with jed. To enable Emacs emulation in jed, make sure that the line

      evalfile ("emacs"); pop ():
is in your jed.rc (.jedrc) startup file. jed is distributed with this line already present in the default jed.rc file.



2001-07-19