all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Extending etags.el + exuberant ctags for duplicate tag definitions
@ 2008-01-23 17:52 Nordlöw
  2008-01-23 20:39 ` Scott Frazer
  0 siblings, 1 reply; 3+ messages in thread
From: Nordlöw @ 2008-01-23 17:52 UTC (permalink / raw)
  To: help-gnu-emacs

Hi!

I am looking for a way to extend the behaviour of find-tag and similar
functions (in etags.el) together with exuberant ctags (either using
format 1 ("tags") or 2 ("TAGS")) to propose the following completions
for a tag say TAG that have multiple definitions say in the files fa.c
and fb.c in the following way:

Completions for TAG:

TAG@fa.c,
TAG@fb.c

or

TAG@foo()@fa.c,
TAG@bar()@fa.c

Is this possible using the file formats 1 or 2 that Exuberant Ctags
can produce?

Thanks in advance,
Nordlöw

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-13 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23 17:52 Extending etags.el + exuberant ctags for duplicate tag definitions Nordlöw
2008-01-23 20:39 ` Scott Frazer
2008-02-13 22:30   ` Extending etags.el + exuberant ctags for duplicate tagdefinitions Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.