home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / help / 5469 < prev    next >
Encoding:
Text File  |  1993-01-23  |  893 b   |  26 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!math.fu-berlin.de!Sirius.dfn.de!tubsibr!infbssys!neitzel
  3. From: neitzel@ips.cs.tu-bs.de (Martin Neitzel)
  4. Subject: Re: etags for other languages ?
  5. Message-ID: <1993Jan22.153621.9822@ips.cs.tu-bs.de>
  6. Sender: neitzel@ips.cs.tu-bs.de (Martin Neitzel)
  7. Organization: Inst. f. Informatik, TU Braunschweig, FRG
  8. References: <GRODAN.93Jan19154013@cyklop.nada.kth.se>
  9. Distribution: gnu
  10. Date: Fri, 22 Jan 1993 15:36:21 GMT
  11. Lines: 13
  12.  
  13.  
  14. > Is it easy to modify etags.c so that it recognizes other languages?
  15.  
  16. No, it's not too difficult.  (Of course it depends on the syntactical
  17. complexity of your language at hand.)
  18.  
  19. If you can identify your functions by regexp pattern matching,
  20. a simple awk script will be your friend.
  21.  
  22. A tagger based on vgrindefs-entries would be much more elegant than
  23. hacking etags.c up and up and up for each new language.
  24.  
  25. Martin Neitzel
  26.