home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v9 / text0025.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  894 b 

  1. From: kimcm@olamb.UUCP (Kim Chr. Madsen)
  2. Date: 19 Jan 87 12:47:59 GMT
  3. Organization: AmbraSoft A/S (Denmark)
  4.  
  5. > The Berkeley Mail program used to construct this message calls
  6. > "vi" from within.  Then again, ANY program ca be caled from within
  7. > another program, via the "exec*" system call, so what's the big
  8. > deal about "vi"???
  9.  
  10. What's the big deal about "vi", well for one thing it's standard!
  11. You don't find a UNIX system delivered without at least three editors:
  12.  
  13.     ed - Common campground for computer travellers.
  14.     ex - EXpanded Ed(itor).
  15.     vi - VIsual Ex.
  16.  
  17. Whenever a program needs to call an editor it often searches for the
  18. environment variable $EDITOR and if defined exec* the editor defined
  19. here. If not defined it will search for a default editor (usually vi -
  20. since it's the most user friendly of the three standard editors).
  21.  
  22.                 Kim Chr. Madsen
  23.  
  24. Volume-Number: Volume 9, Number 26
  25.  
  26.