home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / E2.ZIP / E_DOC next >
Text File  |  1991-02-04  |  5KB  |  127 lines

  1.      E(C)                  UNIX System V (LOCAL)                  E(C)
  2.  
  3.  
  4.  
  5.      NAME
  6.           e - screen editor
  7.  
  8.      SYNOPSIS
  9.           e [ -bullets ] [ -inplace ] [ -replay=repfile ] [
  10.           -term=terminal ] [ file ]
  11.  
  12.      DESCRIPTION
  13.           E is a more recent version of ned(C).  Apart from having
  14.           many more commands and being slightly faster, the version of
  15.           e as installed avoids use of control-P, control-Q and
  16.           control-S. This means that it is likely to work over non-
  17.           transparent networks such as the Cambridge ring.
  18.  
  19.           Some of the options are:
  20.  
  21.           -bullets
  22.                 Display marks on the window edge to show the current
  23.                 cursor position.
  24.  
  25.           -inplace
  26.                 If the file being edited is a link, don't break this
  27.                 on exit.
  28.  
  29.           -replay=repfile
  30.                 Commands are taken from the saved keystroke file,
  31.                 repfile. The keystrokes will be left in .ek1 in the
  32.                 event of a crash or abort; this file must be renamed
  33.                 to use this option.  If the file is present, but the
  34.                 option is not given, e will ask whether a replay is
  35.                 required.
  36.  
  37.           -term=terminal
  38.                 this overrides the terminal type.  By default e looks
  39.                 for the TERM environment variable; if even this is
  40.                 missing, e assumes an adm5.
  41.  
  42.           If e is invoked with no file argument, it uses the saved
  43.           state file, .es1, and rebuilds the screen exactly as it was
  44.           on exit the last time.
  45.  
  46.           If file is given, and it does not exist, you will be asked
  47.           to confirm the creation by typing y.
  48.  
  49.           The secret of successful editing is never to do too much at
  50.           once. If you crash after 2 hours solid typing and lose
  51.           everything, please don't come crying to the system
  52.           administrator! Exit from e (or any editor for that matter)
  53.           at regular intervals so that your data is saved to disk.
  54.  
  55.           Certain terminals, notably the ibmpc, require keyboard
  56.           initialisation.  On entry and exit, e looks in directories
  57.  
  58.  
  59.  
  60.      Page 1                                          (printed 1/15/91)
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.      E(C)                  UNIX System V (LOCAL)                  E(C)
  68.  
  69.  
  70.  
  71.           $HOME/e, $HOME and /usr/lib/e for the appropriate files. The
  72.           filename is .e<terminal>.<x> where <terminal> is the
  73.           specified terminal type and <x> is i for entry (initialise)
  74.           and r for exit (reset).
  75.  
  76.           The order of directory searching means that the user can set
  77.           up his/her own initialisation to override the system
  78.           defaults if required.  The files are simply transmitted raw
  79.           to the terminal.
  80.  
  81.      TERMINALS
  82.           Recognised terminal types are currently: adm5, ibmpc and
  83.           vt100.  The adm5 driver should handle look-alikes such as
  84.           the dt22, ibmpc assumes the use of the uc terminal emulator,
  85.           and vt100 should handle standard ANSI terminals.
  86.  
  87.      BUGS
  88.           Replays are dangerous - make sure you have a copy of the
  89.           relevant file(s) before attempting one.
  90.  
  91.      FILES
  92.           /usr/lib/e    library files directory
  93.           /tmp/etmp     emergency temporary directory
  94.           .ec1          changes file
  95.           .ek1          keystroke file
  96.           .ek1b         backup keystroke file
  97.           .es1          saved state file
  98.  
  99.      LOCAL
  100.           A local version is available for the PC.  To date, all
  101.           functions are implemented except those requiring to fork()
  102.           and exec() other programs.  Backups are prepended with "%",
  103.           while temporary files start with "&", since DOS rejects the
  104.           respective "," and "." used on this system.
  105.  
  106.           The ELIB environment variable must be set to the location of
  107.           the library files, though the default above will work if it
  108.           is on the current drive.  To enable editing while in the
  109.           root of any DOS drive, the variable TMP must define a
  110.           suitable temporary directory;  otherwise the default
  111.           directory \tmp\etmp must exist on that drive (DOS roots have
  112.           no '.' or '..' entries).
  113.  
  114.      SEE ALSO
  115.           ned(C), e_ref(D), e_pc(D), vi(C)
  116.  
  117.      AUTHOR
  118.           Many at RAND, starting with Walt Bilofsky.  Installed on
  119.           this system by Mike O'Carroll.
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.      Page 2                                          (printed 1/15/91)
  127.