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

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

Re: How to find the definition of local variables in emacs?


From: Kapuddi
Subject: Re: How to find the definition of local variables in emacs?
Date: Wed, 2 Dec 2009 12:27:54 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> For example
> int foo ()
> {
>   int x;
>   int y;
>   x = 1;
>   y = 2;
> }
> 
> If I press M-. in emacs under x, it can't find the tag name of x.
> 
> Only global variables can be find.
> 
> How can find the LOCAL definition of the variables?
> 
> Best regards

Hey, Guys, 
Did you hack it out?
If you did, can you give me some advice?

Thinking <zhihang.wang <at> gmail.com> writes:





reply via email to

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