rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

Error while starting tags mode from a file #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open nav
2. Open a file
3. With the cursor still in the file's window, key in M-x nav-tags

What is the expected output? What do you see instead?
The nav window should show the file's tags. Instead a warning shows up in 
the message line:

Symbol's value as variable is void: nav-tags-filename

Original issue reported on code.google.com by issac.tr...@gmail.com on 23 Aug 2009 at 8:02

GoogleCodeExporter commented 8 years ago
I changed it so now you have to call a different interactive function called 
nav-tags-
here, which seems to work fine.

Original comment by issac.tr...@gmail.com on 24 Aug 2009 at 7:47