all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Scott Frazer'" <frazer.scott@gmail.com>,
	help-gnu-emacs@gnu.org, 'Nordlöw' <per.nordlow@gmail.com>
Subject: RE: Extending etags.el + exuberant ctags for duplicate tagdefinitions
Date: Wed, 13 Feb 2008 14:30:06 -0800	[thread overview]
Message-ID: <002b01c86e8f$fc7e6660$9eb22382@us.oracle.com> (raw)
In-Reply-To: <1201120752.175443@sj-nntpcache-3.cisco.com>

> From: Scott Frazer Sent: Wednesday, January 23, 2008 12:39 PM
> Nordlöw wrote:
> > 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?
> 
> It won't do tag-completion, but for browsing through tags 
> with multiple definitions, try:
> http://www.emacswiki.org/cgi-bin/wiki/EtagsSelect

Sorry for the late posting, but maybe this will still help. 

You can browse all tags (including duplicates) of all tags tables, complete
against them, and visit their source definitions, using Icicles
multi-command `icicle-search-tag'. Your minibuffer input filters the source
files to search, as well as the set of matching tags. Matching can use
regexps.

`icicle-search-tag' thus combines the functionality of standard commands
‘find-tag’ (`M-.’) to find a tag, ‘tags-loop-continue’ (`M-,’) to find
another matching tag, ‘tags-apropos’ to list all tags that match a regexp,
and ‘list-tags’ to show all tags (definitions) in a given source file.

http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_Tags_Enhancements

HTH.





      reply	other threads:[~2008-02-13 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Drew Adams [this message]

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='002b01c86e8f$fc7e6660$9eb22382@us.oracle.com' \
    --to=drew.adams@oracle.com \
    --cc=frazer.scott@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=per.nordlow@gmail.com \
    /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.