C Programmer's Environment

Peter da Silva peter at ficc.uu.net
Thu Jun 15 23:42:58 AEST 1989


In article <14810.2494481A at urchin.fidonet.org> Bob.Stout at p6.f506.n106.z1.fidonet.org (Bob Stout) writes:
>Scrap vi and replace it with Emacs... 

Emacs. What a wimp. I have this awesome version of TECO implemented in Lisp
1.5 that I run under Xlisp 1.6 using a compatibility package. It works great
under MS-DOS and CP/M, and a little shell script is all I need to run it
under UNIX:

: run this under sh
if [ -r xlisp.exe ]
then
  vpix xlisp
else
  stty raw; xlisp; stty cooked
fi

(It's a joke, OK)
-- 
Peter da Silva, Xenix Support, Ferranti International Controls Corporation.

Business: uunet.uu.net!ficc!peter, peter at ficc.uu.net, +1 713 274 5180.
Personal: ...!texbell!sugar!peter, peter at sugar.hackercorp.com.



More information about the Comp.lang.c mailing list