Date: Thu, 16 Sep 1993 11:27:12 -0400 From: davis AT amy DOT tch DOT harvard DOT edu ("John E. Davis") To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: editor available Reply-To: davis AT pacific DOT mps DOT ohio-state DOT edu (John E. Davis) Hi, I have sucessfully ported my JED editor to djgpp. It is available from amy.tch.harvard.edu in pub/jed. For the PC, you will need jed092-2.zip as well as jed092-2.386. jed092-2.386 is the a.out flat file produced by gcc. `go32 jed092-2.386' will run the editor. JED is an emacs-like programmers editor that offers many of the same features as emacs (extensibility, info reader, edits binary files, language modes, etc...) but is MUCH smaller. The whole system can be put on a 360K floppy! Fell free to try it out--- its free. The .zip file contains all sources and JED library files as well as BCC compiled dos executable. --John