home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / misc / 16555 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  2.3 KB

  1. Xref: sparky comp.sys.mac.misc:16555 comp.sys.mac.wanted:8449 comp.sys.mac.programmer:15509 comp.editors:2236
  2. Path: sparky!uunet!pipex!unipalm!uknet!doc.ic.ac.uk!doc.ic.ac.uk!not-for-mail
  3. From: ntc@doc.ic.ac.uk (N T Cheung)
  4. Newsgroups: comp.sys.mac.misc,comp.sys.mac.wanted,comp.sys.mac.programmer,comp.editors
  5. Subject: Re: good vi editor for the mac
  6. Message-ID: <1955qnINN24o@oak4.doc.ic.ac.uk>
  7. Date: 15 Sep 92 17:17:11 GMT
  8. References: <D88-JWA.92Sep8123551@black.nada.kth.se> <65734@cup.portal.com> <23284@hacgate.SCG.HAC.COM>
  9. Distribution: inet
  10. Organization: Department of Computing, Imperial College, University of London, UK.
  11. Lines: 39
  12. NNTP-Posting-Host: oak4.doc.ic.ac.uk
  13.  
  14. In article <23284@hacgate.SCG.HAC.COM> root@lyra.hac.com (Dave Fisher) writes:
  15.  
  16. >Let me illustrate a couple of vi examples for the benefit of the non-Unix 
  17. >literate:
  18. >
  19. >1. I'm editing a file on machine X.  I need a line of text from another
  20. >   ... "rsh machine-y grep keyword filename"
  21. >
  22. >2. Someone gives me a file which contains a list of 1000 birdnames, as well
  23. >   ...grep birdname birdfile
  24. >   ..."!}sh" at the top of this "paragraph".  Each line will now
  25. >   be replaced by the corresponding description.
  26. >
  27. >3. I wish to sort from line 500 to line 1000, using the 3rd word in each
  28. >   line as the sorting key.  I type 500G!500+sort +3.  Done.
  29. >
  30. These are great examples of exactly why GUIs were invented.  How many people
  31. in the world could do the things you mentioned above?  How often would most
  32. computer users ever want to do these things?  I have been hacking
  33. around computers for quite a while now, and using UNIX for the last few months,
  34. but I would have had no idea how to construct those commands.
  35.  
  36. VI and CLIs may be great for the computer literate elite, but the majority
  37. of people do not want to spend the time and effort to master these arcane
  38. interfaces.
  39.  
  40. >
  41. >Vi is also quick to use, once learned well, because your hands don't have
  42.  
  43. There it is:  "once learned well".  How long does it take to learn VI well?
  44. Is it possible to learn VI simply by using it a lot?  No!  You have to read
  45. some sort of manual, and then practice a lot as well.
  46.  
  47. To get back to the track of this thread:
  48.  
  49. Why do people always denigrate the MPW editor?  I think it is a very powerful
  50. editor indeed.  What is wrong with it?
  51.  
  52. Tseung
  53.