unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: help-gnu-emacs@gnu.org
Subject: Re: C++ browser for overloaded methods
Date: Wed, 06 Jun 2007 08:54:58 -0600	[thread overview]
Message-ID: <m3fy55b0al.fsf@fleche.redhat.com> (raw)
In-Reply-To: 1181131356.192551.62090@g4g2000hsf.googlegroups.com

>>>>> "Abanowicz" == Abanowicz Tomasz <pawlaczus@yahoo.com> writes:

Abanowicz> I would like to jump to the Bambi.show(3) function with one command.
Abanowicz> I place the cursor on Bambi.<show>(3) and perform such a command.

Abanowicz> Do you know any code browsers that can do that ?

Abanowicz> I tried etags and ebrowse but both of them jump to Human::show(void)
Abanowicz> function.

Abanowicz> ctags from vim gives the list of all show(...) functions
Abanowicz> and allows me to manually choose the proper one.  It is
Abanowicz> much better than blindly jumping to the Human::show(...).

With tags you can use M-u M-. to jump to the next one.
You can also use completion for the tag.

Abanowicz> Does emacs allow more intelligent C++ browsing that solves
Abanowicz> the above problem ?  What is the name of such a tools ?

You might try CEDET.  I don't know whether or not it can do this but
it is probably your best bet.

Tom

  parent reply	other threads:[~2007-06-06 14:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-06 12:02 C++ browser for overloaded methods Abanowicz Tomasz
2007-06-06 13:29 ` spamfilteraccount
2007-06-06 14:54 ` Tom Tromey [this message]
2007-06-07 13:50 ` Scott Frazer
2007-07-23 19:05   ` Abanowicz Tomasz
2007-07-23 20:45     ` Scott Frazer
2007-07-24 16:53       ` Scott Frazer

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3fy55b0al.fsf@fleche.redhat.com \
    --to=tromey@redhat.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).