Is there an EDT editor for Unix systems?
Linda S. Saus
lss at babcock.cerc.wvu.wvnet.edu
Fri Jan 12 08:06:19 AEST 1990
>From article <680 at dftsrv.gsfc.nasa.gov>, by packer at chrpserv.gsfc.nasa.gov (Charles Packer):
> Does there exist a screen-oriented editor that runs
> under Unix on a Sun, for example, but looks to the user
> like the VAX-VMS editor EDT?
gnu emacs version 18.53 has an EDT emulation mode. You get it by including
the line
(setq term-setup-hook 'edt-emulation-on)
in your .emacs file. It's not a perfect emulation, but comes close.
More information about the Comp.unix.questions
mailing list