all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Markus Triska <triska@gmx.at>
Subject: Re: go into methods shortcut key in emacs
Date: Sun, 19 Nov 2006 23:21:05 +0100	[thread overview]
Message-ID: <87d57jyt66.fsf@gmx.at> (raw)
In-Reply-To: mailman.851.1163973595.2155.help-gnu-emacs@gnu.org

Pedro Sa da Costa <op132650c@mail.telepac.pt> writes:

> with this example, i would like to select the method callMethod()
> inside test() method and, by pressing any key (for example, F3), i
> would like to go into the method. How is this possible in emacs?

It's explained in the chapter "Tags Tables" of the Emacs Info manual;
briefly, you create a TAGS file ("etags" command) and in your buffer,
do M-x visit-tags-table. With point at or behind ".callMethod", you go
to the tag's definition via M-. (find-tag).

All the best!
Markus Triska

       reply	other threads:[~2006-11-19 22:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.851.1163973595.2155.help-gnu-emacs@gnu.org>
2006-11-19 22:21 ` Markus Triska [this message]
2006-11-22 10:20   ` go into methods shortcut key in emacs Mathias Dahl
2006-11-19 21:59 Pedro Sa da Costa

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=87d57jyt66.fsf@gmx.at \
    --to=triska@gmx.at \
    /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.