home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / emacs / sources / 900 next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  33 lines

  1. Newsgroups: gnu.emacs.sources
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!uw-beaver!cornell!raman
  3. From: raman@cs.cornell.edu (T. V. Raman)
  4. Subject: Re: REQUEST: find-multiple-buffers.el
  5. Message-ID: <1992Dec21.140033.390@cs.cornell.edu>
  6. Organization: Cornell Univ. CS Dept, Ithaca NY 14853
  7. References: <1992Dec20.054956.24937@murdoch.acc.Virginia.EDU>     <BzKnBA.BLr.1@cs.cmu.edu> <BzKns5.Bu9.1@cs.cmu.edu>
  8. Date: Mon, 21 Dec 1992 14:00:33 GMT
  9. Lines: 22
  10.  
  11.  
  12.  
  13. In general the cleaner solution to open a bunch of related files is to
  14. run etags on the files, visit the tags table, and let emacs open the
  15. necessary files for you.
  16.  
  17. This is a far more efficient way of locating and jumping to a
  18. particular function definition in a collection of C files compared to
  19. opening all the files together in EMACS. The same applies to TeX files
  20. etc.
  21.  
  22. A program called petags was posted on this group a while ago that
  23. extends etags functionality to syntax not recognized by etags, so
  24. unless you have some other reason to want to open a bunch of files in
  25. Emacs using regexps (I don't see any)  you should probably use tags.
  26.  
  27. --Raman
  28. -- 
  29.    T. V. Raman <raman@cs.cornell.edu>Tel: (607)255-9202  R 272-3649
  30.                        Office: 4116 Upson Hall,
  31. Department of Computer Science, Cornell University Ithaca NY 14853-6201
  32.                 Res: 226 Bryant Avenue Ithaca NY 14850
  33.