Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tut.cis.ohio-state.edu!rutgers!aramis.rutgers.edu!paul.rutgers.edu!yoko.rutgers.edu!gaynor From: gaynor@yoko.rutgers.edu (Silver) Newsgroups: comp.editors Subject: Re: Simple UNIX editor Message-ID: Date: 28 May 91 14:41:20 GMT References: <1991May28.091304.3332@fennel.cc.uwa.oz.au> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 8 To: r_hockey@fennel.cc.uwa.oz.au Whatever is all the fuss about? You want a simple editor, you write a simple mode for GNU Emacs and disable whatever other neat shit gets in the way, at least (setq auto-mode-alist '(("\\`[\000-\377]*\\'" . simple-mode))). Take an hour for the mode itself, another to polish, and probably one more the next day after you've had a chance to sleep on it. Presumes strong emacs experience, though. Regards, [Ag]