[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to find the definition of local variables in emacs?
|
From: |
Thinking |
|
Subject: |
How to find the definition of local variables in emacs? |
|
Date: |
Wed, 10 Jun 2009 07:40:39 -0700 (PDT) |
|
User-agent: |
G2/1.0 |
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
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- How to find the definition of local variables in emacs?,
Thinking <=