Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site sdcrdcf.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sdcrdcf!barryg
From: barryg@sdcrdcf.UUCP (Lee Gold)
Newsgroups: net.micro
Subject: Re: Full screen editors for Xenix
Message-ID: <2358@sdcrdcf.UUCP>
Date: Thu, 19-Sep-85 21:31:50 EDT
Article-I.D.: sdcrdcf.2358
Posted: Thu Sep 19 21:31:50 1985
Date-Received: Mon, 23-Sep-85 00:35:54 EDT
References: <1270@brl-tgr.ARPA>
Reply-To: barryg@sdcrdcf.UUCP (Lee Gold)
Organization: System Development Corp. R+D, Santa Monica
Lines: 26
Summary: 

Rand's E editor is available and copyright-abandoned in source.
I've got it running on my Fortune which is a Version VII with some
aspects of 4.2bsd with one fix:  changing ldiv to Ldiv.  I don't know
what sort of changes you'd need to get it running under Xenix.

E17 (the version I've got) supports two alternate files with up to
10 windows in each file.  It also maintains a buffer of all changed lines,
a buffer of key strokes (nice if your system is apt to crash), and
automatically writes the old version of the document as ,NAME.
It's got a *huge* symbol table (I needed a fix to get Fortune's cc to
compile it) but doesn't take up much room once in binary - and can be
compiled file by file after all, instead of all at once.

Each function key can be set to any command or sequence of commands.
You can run any UNIX command on the document from within the editor,
either over the original text or inserting the results into the
original text.

It does NOT have word wrap.
It operates in overwrite rather than insert mode unless you've
     turned on insert--and then it only inserts to the right margin.
     But it's trivial to open more blank lines.
I prefer Fortune:Word (a Wang-like word processor) for many things, but
     E17 is dfinitely my second choice.

--Lee Gold