help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: go into methods shortcut key in emacs


From: Markus Triska
Subject: Re: go into methods shortcut key in emacs
Date: Sun, 19 Nov 2006 23:21:05 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]