[comp.os.vms] Help with eve editor

ERIC@UOFT02.BITNET.UUCP (04/17/87)

> I am trying to make eve look like jove but have run into the problem
> of letting 2 keystrokes (eg ^x 2) represent the command two windows.

How about going to a procedure when the ^x, esc, or whatever is pressed
(meaning define one procedure for each control sequence used in jove)
by binding that sequence to a certain procedure, and then
having that procedure read the next character in, see what it is, and
call the correct procedure (or report an error) depending on the second
key pressed.  This will make for a lot of procedures, but ...

-Eric