home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 19010 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.8 KB

  1. Path: sparky!uunet!olivea!apple!netcomsv!mama!netcomsv!ulogic!hartman
  2. From: hartman@ulogic.UUCP (Richard M. Hartman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C code Layout
  5. Message-ID: <786@ulogic.UUCP>
  6. Date: 29 Dec 92 23:13:05 GMT
  7. References: <1992Dec23.153137.13423@fcom.cc.utah.edu> <BzqIHE.7p3@rahul.net> <1992Dec24.182102.5554@draco.macsch.com>
  8. Distribution: usa
  9. Organization: negligable
  10. Lines: 36
  11.  
  12. In article <1992Dec24.182102.5554@draco.macsch.com> dnl@convex.is.macsch.com (David Lombard) writes:
  13. >I'll add another vote for vi!
  14. >
  15. >Of course, I have been accused of liking all manner of editors sporting 
  16. >arcane, 
  17. >confusing, or are otherwise deadly single keystroke commands.  I think 
  18. >the worst (best?) of that genre was an editor known as SPEED on DG's 
  19. >DOS and RDOS systems.  As an example, the command `23t' would 
  20. >display 23 lines, the command `23y' would kill your buffer 23 times 
  21. >over - look at your keyboard, notice that t & y are adjacent!
  22. >DG later wimped out on AOS and made some of the more glaring acts of self-
  23. >destruction require confirmation.
  24.  
  25. Sounds like TECO.  I heard that people used to type their names
  26. as commands into that one, just to see what they would do....
  27.  
  28. >Seriously, I find vi fast, compact, powerful, and (almost) universally
  29. >available.  As for multiple buffers, that's what windows are for...
  30. >Hmmm, maybe I should port vi to my Macinslash!?!?
  31.  
  32. I hate to say it, but vi *does* have multiple buffers.
  33. 26+10 cut/paste buffers to be specific.
  34.  
  35. You can also maintain your place in two different files
  36. at once, although the second file is not kept in memory
  37. in a buffer.
  38.  
  39. map ^N :e#^M
  40.  
  41.  
  42. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  43. Did you think it's a joke?        |
  44. Well that's all right, do what         |    -Richard Hartman
  45. you want to do.                |    hartman@uLogic.COM
  46. I've said my piece, now I         |
  47. leave it all up to you.            |
  48.