home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / misc / 4833 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  2.3 KB

  1. Xref: sparky comp.os.ms-windows.misc:4833 comp.os.ms-windows.apps:5213
  2. Newsgroups: comp.os.ms-windows.misc,comp.os.ms-windows.apps
  3. Path: sparky!uunet!think.com!linus!alliant!merk!uvmark!roger
  4. From: roger@uvmark.uucp (Roger MacNicol)
  5. Subject: Re: Vi for MS-Windows
  6. Message-ID: <1992Nov23.143148.57025@uvmark.uucp>
  7. Sender: Roger MacNicol
  8. Date: Mon, 23 Nov 92 14:31:48 GMT
  9. References: <1992Nov19.224822.11623@wam.umd.edu> <1992Nov19.232533.2725@gn.ecn.purdue.edu> <By09xC.8Hy@mentor.cc.purdue.edu>
  10. Organization: VMARK Software, Inc.
  11. Lines: 41
  12.  
  13. >> mmeltzer@wam.umd.edu writes:
  14. >>> gupta@ansoft.com (Suvajit Gupta)  writes:
  15. >>>> Is there a good public domain UNIX-style vi editor that runs under
  16. >>>> Microsoft Windows?  Ideally, it should allow resizing of the window
  17. >>>> it runs in.  I currently have a PC vi that runs under DOS, but it
  18. >>>> is limited to run in DOS windows (24 lines only!).
  19. >>>
  20. >>> Pardon me if this sounds rude, but why would you want to use VI in
  21. >>> Windows? It makes no sense to me to use only the keyboard in a
  22. >>> graphical user interface. NotePad is a good editor, and if you don't
  23. >>> think so, I'm sure Write, or your other word processors can do a good
  24. >>> job.
  25.  
  26. You miss the whole point - the word-processor paradigm can only offer 50% of
  27. what is needed for efficient editing. You need a command mode as well.
  28.  
  29. For example (taken from "Learning VI" by Linda Lamb), if you wanted to
  30. standardize on two spaces after periods and colons throughout a
  31. document you would enter:
  32.  
  33. :%s/\([:.]\)<space><space>*/\1<space><space>/g
  34.  
  35. this would find a colon or period followed by one or more spaces and replace
  36. them with exactly two spaces.  You might think the command is ugly but I defy
  37. you to do this more elegantly in WordPerfect macro language!
  38.  
  39. I only buy Windows software for home use but I find the ideological 
  40. enforcement of its single paradigm oppressive.  Drag and drop cutting and
  41. pasting is wonderful for local rearrangements of text but for a massive
  42. reorganisation or a large document its painful.
  43.  
  44. - Roger
  45.  
  46. ObMS-App: Polaris Packrat has the world's most intuitive interface
  47.  
  48.  
  49. -- 
  50. ******************************************************************
  51. * Roger MacNicol, Snr. Software Engineer
  52. * VMark Software, Inc., 30 Speen Street, Framingham, MA 01701-1800
  53. * email: uvmark%roger@merk.com
  54.