[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Extending etags.el + exuberant ctags for duplicate tag definitions
|
From: |
Nordlöw |
|
Subject: |
Extending etags.el + exuberant ctags for duplicate tag definitions |
|
Date: |
Wed, 23 Jan 2008 09:52:52 -0800 (PST) |
|
User-agent: |
G2/1.0 |
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:
address@hidden,
address@hidden
or
address@hidden()@fa.c,
address@hidden()@fa.c
Is this possible using the file formats 1 or 2 that Exuberant Ctags
can produce?
Thanks in advance,
Nordlöw
- Extending etags.el + exuberant ctags for duplicate tag definitions,
Nordlöw <=