all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nikolaj Schumacher <n_schumacher@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: For all ECB users
Date: Tue, 24 Jul 2007 23:02:01 +0200	[thread overview]
Message-ID: <m26449frcm.fsf@nschum.de> (raw)
In-Reply-To: <1185020965.174397.215540@d55g2000hsg.googlegroups.com> (Rafal Kurcz's message of "Sat\, 21 Jul 2007 05\:29\:25 -0700")

Rafal Kurcz <pawlaczus@yahoo.com> wrote:

> Can ECB jump directly (without any aditional questions) to the
> speed(int) function definition after locating the cursor on
> car.speed(30).

ECB doesn't provide such navigation, IIRC.  Semantic, which is the
backend for ECB, does only a little using the `senator-' functions.

Confer also http://www.emacswiki.org/cgi-bin/emacs-en/JumpToDefinition

> If so, could you give me which ECB command is able to do that ?
>
> class Car {
>   void speed (void) {}
>   void speed (int a) {}
> }
>
> main {
>   Car car;
>   car.speed(30);
> }

This, however, it cannot do, as it would require analyzing the argument
list to find the correct overloaded function.  That has not yet been
implemented.


regards,
Nikolaj Schumacher

PS: Please use more descriptive subject lines.

      reply	other threads:[~2007-07-24 21:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-21 12:29 For all ECB users Rafal Kurcz
2007-07-24 21:02 ` Nikolaj Schumacher [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=m26449frcm.fsf@nschum.de \
    --to=n_schumacher@web.de \
    --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.