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