[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to find delaration of a variable
From: |
Kai Grossjohann |
Subject: |
Re: how to find delaration of a variable |
Date: |
Sat, 24 Apr 2004 23:17:14 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) |
Lowell Kirsh <lkirsh@cs.ubc.ca> writes:
> thanks. it works well most of the time. I have one question though:
> sometimes it will take me to the declaration of the a variable of the
> same name but in a different file. Is there any way I can make sure it
> looks in the current file for the declaration before going to other
> file?
Dunno, but M-0 M-. will take you to the next occurrence. Maybe that's
good enough?
You might also try M-x imenu RET. It operates on the current file
only.
Kai