Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site Shasta.ARPA Path: utzoo!decvax!decwrl!Shasta!gus From: gus@Shasta.ARPA Newsgroups: net.micro,net.micro.apple Subject: Re: Is there a micro vi? Message-ID: <5921@Shasta.ARPA> Date: Tue, 4-Jun-85 01:46:59 EDT Article-I.D.: Shasta.5921 Posted: Tue Jun 4 01:46:59 1985 Date-Received: Tue, 4-Jun-85 06:48:25 EDT References: <1745@sunybcs.UUCP> Distribution: na Organization: Stanford University Lines: 22 > > It's frustrating to have to use several different editors for different > terminals, different computers and different purposes. After spending the > day using vi, then ed, then a lisp editor, then a Cyber line editor, it's > embarrassing to volunteer to help your relatives type their term papers on > your home micro and then not remember the first thing about how to use it. The Manx/Aztec C compiler for the Apple II contains a Ved editor which is essentially a stripped down version of Vi. Unfortunately, the text files it produces have the high order bit of each byte set to 0 (like the rest of the world) instead of 1, like most Apple II text files. I wrote a conversion program. (trivial C program) but it is still a pain to convert. Also, what do you plan to do with your text file once you write it? Most Apple II text processors come with their own built-in editors. Text file manipulation of Apple II's is generally chaotic as many firms use their own private binary formats. Gus Fernandez