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: Thu, 9 Jul 2009 08:51:32 -0700

> > Is there anyway to list all the places which marked with the
> > tag.  And when you said 'marked with the particular tag'. does it
> > include the place where it called that function and the place where
> > that function is declared and implemented?
> 
> There is `M-x tags-search RET regexp RET'.  This searches for tags
> matching `regexp' and it can iterate through more than one tag table.
> Once a single match is found you can find the next one with `M-,' and
> repeat until you have finished going through all the matches, or you
> have found what you were looking for.

Since the OP is using Icicles: Use `icicle-tags-search' to search and replace
text in source files that are indexed by a TAGS file. It does what
`tags-search', `tags-query-replace', and `tags-loop-continue' (`M-,') do
together (and more).





reply via email to

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