From: Nordlöw <per.nordlow@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Extending etags.el + exuberant ctags for duplicate tag definitions
Date: Wed, 23 Jan 2008 09:52:52 -0800 (PST) [thread overview]
Message-ID: <e75ed328-0e4c-43e4-990c-a352379ecc0b@i12g2000prf.googlegroups.com> (raw)
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
next reply other threads:[~2008-01-23 17:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-23 17:52 Nordlöw [this message]
2008-01-23 20:39 ` Extending etags.el + exuberant ctags for duplicate tag definitions Scott Frazer
2008-02-13 22:30 ` Extending etags.el + exuberant ctags for duplicate tagdefinitions Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e75ed328-0e4c-43e4-990c-a352379ecc0b@i12g2000prf.googlegroups.com \
--to=per.nordlow@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.