From: David Kastrup <dak@gnu.org>
Subject: Re: how to find delaration of a variable
Date: 23 Apr 2004 01:11:49 +0200 [thread overview]
Message-ID: <x5n053hakq.fsf@lola.goethe.zz> (raw)
In-Reply-To: c69jco$ppl$1@mughi.cs.ubc.ca
Lowell Kirsh <lkirsh@cs.ubc.ca> writes:
> Is there an elisp function similar to find-variable-at-point that
> would work for non-lisp code? I'd like to use it to jump to the
> declaration of whatever variable is at point.
First run
etags *.c *.h
and then press M-. on the variable in question (specifying the local
TAGS file that etags generated, if you get asked for it).
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
next prev parent reply other threads:[~2004-04-22 23:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-22 23:10 how to find delaration of a variable Lowell Kirsh
2004-04-22 23:11 ` David Kastrup [this message]
2004-04-23 1:36 ` Lowell Kirsh
2004-04-24 21:17 ` Kai Grossjohann
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=x5n053hakq.fsf@lola.goethe.zz \
--to=dak@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).