home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / question / 15372 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.3 KB

  1. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!rpi!utcsri!relay.cs.toronto.edu!neat.cs.toronto.edu!cs.toronto.edu!veatch
  2. Newsgroups: comp.unix.questions
  3. From: veatch@cs.toronto.edu (Tim Veatch)
  4. Subject: Re: .exrc file for vi customization
  5. Message-ID: <93Jan9.213006est.47600@neat.cs.toronto.edu>
  6. Sender: Timothy R Veatch <veatch@cs.toronto.edu>
  7. Organization: Toronto
  8. Fake-Sender: "Tim Veatch" <veatch@cs.toronto.edu>
  9. Distribution: na
  10. Date: 10 Jan 93 02:30:43 GMT
  11. Lines: 22
  12.  
  13. Well, I missed the beginning portion of this thread, but
  14. anyway, I have a different question.
  15.  
  16. I figured out how to do the vi macros well enough that I get
  17. the message "Too much macro text" when I invoke vi.
  18. Of course some of my macros at the end of my .exrc file
  19. don't work, because of this.  (Anyway of forcing vi
  20. to accept more macro text?)
  21.  
  22. What can I do for a work around?  One of my macros is quite long
  23. - I'd say that one macro `invokes' about 15 other macros.
  24. I was thinking I could place all these commands in one file
  25. and :so that file, but that didn't work right.  Seems
  26. it only does one command in that file at a time.
  27. (What is the format of the file for :so ? same as the .exrc?)
  28.  
  29. I don't really understand the :so command.
  30. Besides, the hints in the vi, ed, ex man pages are quite
  31. skimpy.
  32.  
  33. Any ideas?
  34.  
  35.