[mod.computers.vax] Announcing EVE_EDT for VMS V4.4

oberman@LLL-ICDC.ARPA ("Oberman, Kevin") (11/13/86)

I have completed the conversion of my EVE_EDT editor for TPU V1.2 (VMS V4.4 and
above). If you are interested in receiving this package, please drop me a note. 

The package consists of four (5) files.
1. EVE_EDTSECINI.TPU - 719 lines
2. EVE_EDT.HLP - 1151 lines    (This file is split into two parts and must be
	merged 
3. KEYPAD_DIAGRAMS.HLP - 92 lines
4. EVE_EDT.COM - 67 lines

These files will be sent as separate mail messages. 

ABSTRACT:
EVE_EDT is a TPU command file to be executed under TPU V1.2 or higher to
procuce a new section file, EVE_EDTSECINI.TPU$SECTION.

The use of the section file will provide full EVE capability with the exeption
of the numeric keypad, which is set to provide EDT-like functionallity.
EDT commands are not emulated.

The following modifications to the EDT keypad should be noted:
1. EVE terminology is used throughout. Thus ERASE is DELETE and GOLD is
now SHIFT.
2. SHIFT-Enter is LEARN
3. KP3 is CHANGE MODE
4. SHIFT-PF2 is REPEAT
5. EVE does not maintain separate buffers for deleted lines and words.
Therefore, RESTORE works on the previous ERASE, regardless of whether it
was a WORD or LINE. ERASEd characters cannot be RESTOREd.
6. SCREEN moves the display by a full screen, not by a 16 line section.
7. SHIFT-UP and SHIFT-DOWN move between upper and lower windows if they
exist.

The only EVE function effected is END OF LINE. Unlike the original EVE
function, it will move the cursor to the end of the next (or prior) line
if already at the end of the current line.

Like EVESECINI, it may be installed as a shareable section and be called
from MAIL by defining MAIL$EDIT as CALLABLE_TPU and TPUSECINI as
SYS$SHARE:EVE_EDTSECINI.

The package includes full HELP which is inserted into the TPUHELP.HLB help
library. It has no effect on the normal EVE help.
------