home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / E2.ZIP / README.3 < prev   
Text File  |  1991-02-04  |  1KB  |  39 lines

  1. Here is the Rand editor for the PC.  It is heavily based on the original
  2. Unix version, as are the documents, but the operation on OS/2 or Dos
  3. should be clear in most cases.
  4.  
  5. Recently, I managed to get external program operation, including the fill
  6. and justify filters, to cough into life.  The internal jiggery pokery
  7. to get this to go for both OS/2 and Dos is best glossed over;  however,
  8. the user should be aware of restrictions:
  9.  
  10.     a) it's heavy on file descriptors (handles).  External filters
  11.     which open lots of files may fail.
  12.  
  13.     b) programs which interact with the keyboard can cause problems.
  14.  
  15. The fill, justify and center filters should be OK.  Things like grep, if
  16. you have it, are also quite useful - e.g.
  17.  
  18.     <Mark a block>
  19.     <Esc> run grep -v zork
  20.  
  21. will remove all lines in the block containing the string "zork".
  22.  
  23. Generally, I recommend practice on unimportant data to gain confidence.
  24.  
  25. This version will not drive the serial port under Dos (ctty com1:), though
  26. I have a version that does.  I may try to combine the functions in future.
  27.  
  28. Owing to formatting limitations, some of the documents contain things like
  29.  
  30.     @east@ @west@
  31.  
  32. and so forth.  These, of course, represent the cursor arrows.
  33.  
  34. Helpful comments may be addressed to
  35.  
  36.         <lmoc@ee.leeds.ac.uk>
  37.  
  38. but I cannot promise any fixes.
  39.