Closed GoogleCodeExporter closed 8 years ago
It works if you restart emacs, but that isn't good enough.
Original comment by issac.tr...@gmail.com
on 24 Aug 2009 at 5:02
If you toggle hidden files it refreshes this list.
Type the command .
We could add the (setq nav-filter-regexps nav-no-hidden-boring-file-regexps) to
the
refresh command. I'm not sure if we need to refresh this after every command
though.
What are your thoughts?
Original comment by matthew....@gmail.com
on 31 Aug 2009 at 5:56
That setq does not belong in the refresh command. Instead we should probably
convert
nav-filter-regexps to a function (nav-get-filter-regexps).
Original comment by issac.tr...@gmail.com
on 2 Sep 2009 at 6:29
I added .elc files to the list of regexes to filter out.
Soon I want to delegate the filtering to ack, which has a nice, comprehensive
listing of file patterns to ignore.
Original comment by issac.tr...@gmail.com
on 27 Dec 2010 at 6:00
Original issue reported on code.google.com by
issac.tr...@gmail.com
on 23 Aug 2009 at 8:09