help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How to use etags in emacs


From: Drew Adams
Subject: RE: How to use etags in emacs
Date: Wed, 8 Jul 2009 15:43:28 -0700

By default, Emacs TAGS do not record positions where a function is _called_.
They record only positions where a function (or variable etc.) is _defined_.

I can't speak to your other questions.

None of this has anything to do with Icicles, BTW. Icicles does not change which
tags you have, that is, which locations you can visit. Icicles just makes it
easier to find them and browse among them.

> I have installed icicles with etags too.
> And I have read this:
> http://www.emacswiki.org/emacs/EmacsTags#toc4
> 
> But I can't get it to work like cscope type of code browser.
> I would like to know how to get the
> * all the places which calls a function (I give the name)
> * declaration (.h) and implementation (.cpp) of a given function  (I
> give the name)
> * open the file (I give the name)
> 
> > I read this:
> >
> > http://www.emacswiki.org/emacs/EmacsTags
> >
> > But can you please tell me how can i
> > * find the occurrence of the place calling a certain function
> > * after i click 'M . find tag', it loads the .h file of that class.
> > How can i load the .cpp of that class?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]