Stuart Popejoy writes:
 > I know, bad form to reply to my own post, but ...
 > 
 > After a few discussions on comp.emacs.xemacs, I found out that etags is 
 > still under active development, maintained by Francesco Potort�.
 > 
 > Thus I'm going to rollback my changes once I can get my hands on the 
 > latest etags.
 > 
 > However, there are significant problems with etags in JDE that I am 
 > wondering about, for instance, the problem with static methods. Has 
 > anyone else experienced these problems with tags in JDE?
 > 

Hi Stuart,

I've pretty much given up on etags because it is too simple-minded
to handle object-oriented languages, such as Java, C++, and
Common Lisp, that allow contextually resolved synonyms. My ultimate
goal is to provide a Java-specific solution for the JDE. Soebody
already has provide some code for this but it needs to be
restructured a bit to fit cleanly into the JDE framework and
I plan to do this in the near future. Meanwhile I have been
using a combination of the JDE's find class and recursive 
grepping facilities to find definitions of symbols.

- Paul

Reply via email to