rumcii / emacs-nav

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

Sometimes 't' fails in bufs mode #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to bufs mode
2. Put the cursor over nav.el
3. Press t

What is the expected output? What do you see instead?
Sometimes there is an error:

Symbol's function definition is void: imenu--make-index-alist

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

GoogleCodeExporter commented 8 years ago
It doesn't happen if you first run tags mode from dir mode.

Original comment by issac.tr...@gmail.com on 23 Aug 2009 at 11:01

GoogleCodeExporter commented 8 years ago
This seems to have been the result of doing a (require) within a function that 
was not 
always being called before the required things were used. It's fixed now.

Original comment by issac.tr...@gmail.com on 23 Aug 2009 at 11:16