home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / software / 1513 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.4 KB

  1. Xref: sparky comp.sys.next.software:1513 comp.lang.objective-c:527
  2. Newsgroups: comp.sys.next.software,comp.lang.objective-c
  3. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!menudo.uh.edu!yzhao
  4. From: yzhao@cs.uh.edu (Yi Zhao)
  5. Subject: etags, ctags, ...
  6. Message-ID: <1992Sep10.211727.5175@menudo.uh.edu>
  7. Sender: usenet@menudo.uh.edu (USENET News System)
  8. Nntp-Posting-Host: rodin.cs.uh.edu
  9. Organization: Computer Science dept.,  Univ. of Houston (Main Campus)
  10. Date: Thu, 10 Sep 1992 21:17:27 GMT
  11. Lines: 22
  12.  
  13.  
  14. I have some problems in using [e/c]tags with Objective-C files on NeXT
  15. computers. etags does not recognize Objective-C constructs. ctags recognize
  16. some Objective-C constructs, in a typical NeXT way: you never know why.
  17. Some of the problems I had are:
  18.  
  19.     . If you use @class for some class A, it only finds the place to
  20.       where @class A is declared, not the place where @interface A is
  21.       defined.
  22.     . For methods, sometime it finds the method in the .h file, while
  23.           sometimes, it finds the method in the .m file.
  24.     . You cannot find an alternate definition of the tag in Edit.app by
  25.       Source command.
  26.  
  27.    Generally, I prefer to use etags with Emacs. But unfortunately, my version
  28. of etags does not support Objective-C constructs. So the question is: is there
  29. a version of etags knowing Objective-C constructs in the net? or any other
  30. advices regarding ctags on NeXT?
  31.  
  32.    Any advice is appreciated.
  33.  
  34.  
  35.