home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume13 / e / README < prev   
Text File  |  1988-01-31  |  2KB  |  57 lines

  1. README - version 1.2
  2. --------------------
  3.  
  4. BLURB.
  5. ======
  6.  
  7. Basically e is a command line preprocessor to get you into vi with ease.
  8. I find it useful - even given a shell with history. It keeps a short history
  9. of the files that have been e'ed most recently in each directory. Thus it is 
  10. nice to be able to do
  11.  
  12. cd somewhere
  13. e
  14.  
  15. and get straight into the file you were last working on in the directory 
  16. "somewhere". It also allows fast cross-directory editing and does obvious 
  17. spelling corrections.
  18.  
  19. DOCUMENTATION
  20. =============
  21.  
  22. Documentation and examples can be found in the man page in e.1. 
  23. This is in troff -man format. e.cat contains the troffed output of e.1.
  24.  
  25. MAKING
  26. ======
  27.  
  28. Before making you should change the #define VI line in e.h depending on the
  29. location of your vi. Also change the DESTDIR line in Makefile.
  30.  
  31. This will run just fine on BSD4.[23]. Also on Ultrix-32.
  32. It appears to work on a SUN as well, just #define NFS in e.h
  33. I am told it will also run on sysV, just #define sysV in e.h
  34.  
  35.  
  36. THANKS
  37. ======
  38.  
  39. To Phil Oldiges and Simon Brown for the man page and the SysV portability 
  40. changes.
  41.  
  42. This appears free of major bugs (famous last words) - I'd like to hear
  43. about anything that goes wrong and/or fixes/enhancements. Comments on 
  44. what is wrong and how it could be better/faster are also welcome...
  45.  
  46.  
  47.  
  48. -------------------------------------------------------------------------------
  49. Terry Jones, Department Of Computer Science, University Of Waterloo
  50.              Waterloo Ontario Canada N2L 3G1
  51.  
  52. {ihnp4,allegra,decvax,utzoo,utcsri,clyde}!watmath!watdragon!tcjones
  53. tcjones@dragon.waterloo.{cdn,edu} tcjones@WATER.bitnet
  54. tcjones%watdragon@waterloo.csnet [from oz, tcjones@dragon.waterloo.cdn@munnari]
  55. -------------------------------------------------------------------------------
  56.  
  57.