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

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

Re: how to find delaration of a variable


From: David Kastrup
Subject: Re: how to find delaration of a variable
Date: 23 Apr 2004 01:11:49 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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


reply via email to

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