Re: Emacs TAGS table
Posted by Luigi Ballabio-4 on Mar 28, 2002; 12:38am
URL: http://quantlib.414.s1.nabble.com/Emacs-TAGS-table-tp1945p1946.html
At 07:21 PM 3/27/02 -0600, Vadim Ogranovich wrote:
>Not a QL question per se, but hopefully someone has figured out an answer. I
>wanted to build an Emacs TAGS table
>
>[QuantLib]$ find . -name '*.[hc]pp' -print | etags --members -
Vadim,
this is cool. I didn't know you could do that. Here comes another
line in my .emacs file...
>However all "tags", e.g. classes, that are defined within a namespace were
>ignored (didn't find their way into the table). Is there a way around it?
Strange---the above worked for me. The only difference is, I ran the above
from QuantLib/ql in order not to collect definitions from the Examples folder.
Puzzledly yours,
Luigi