Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!Lawrence.Butcher@cmu-cs-g.arpa From: Lawrence.Butcher@cmu-cs-g.arpa Newsgroups: net.micro.pc Subject: Simple editor Message-ID: <12579@sri-arpa.UUCP> Date: Thu, 19-Apr-84 01:37:38 EST Article-I.D.: sri-arpa.12579 Posted: Thu Apr 19 01:37:38 1984 Date-Received: Fri, 27-Apr-84 08:29:37 EST Lines: 18 Looking for a simple editor, eh? Let me suggest the Turbo Pascal system. >From time to time people post messages of the form "FAST, FAST, FAST, you won't believe how FAST...", but they are talking about the compiler. They are correct. The compiler is FAST. Turbo is also more than a compiler. The system contains a simple editor which is initially configured as a subset of WordStar. The editor can be re-configured to look like some other editors. It can be made to look ALMOST like MINCE/EMACS for all single letter commands. The present Turbo editor does not allow the ESC character to be used for a prefix character. Turbo edits a character stream, like Mince. It does not support embedded formatting info (like bold). Instead Turbo is distributed a separate program which is a runoff-style formatter. No documentation, but there is an example text file. The Turbo editor is not everything to everyone. It is good enough for simple program generation and simple text processing. Remember that Pascal is in there somewhere. Cheap. Try it!!