rumcii / emacs-nav

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

Nav should use ack #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Nav would be better if it used ack (http://betterthangrep.com/) to filter out 
boring files (using the --no-recurse option) and to find files whose names or 
contents match a user-specified perl regex.

Original issue reported on code.google.com by issac.tr...@gmail.com on 27 Dec 2010 at 4:29

GoogleCodeExporter commented 8 years ago
On second thought, it's probably best not to rely on ack for core functionality 
like boring file filtration. Instead, I added additional regexes from Ack to 
the boring file regex list.

Ack on "a" and Ack-based find on "f" have been added.

Original comment by issac.tr...@gmail.com on 27 Dec 2010 at 9:11