I am trying to use ack-grep as a replacement for grep + find on Emacs on Windows, but ack-grep will exit immediately (successfully) without printing matches. I tried almost any possible combination of command line options for ack-grep, but nothing works.
Mx grep-find
Type "ack html" to search for files containing "html". Ack immediately exits without typing:
-*- mode: grep; default-directory: "c:/" -*- Grep started at Tue Feb 23 23:50:52 ack html Grep finished (matches found) at Tue Feb 23 23:50:52
Running the same "ack html" command in cmd.exe works fine (displays many different files containing the "html" line.
Any ideas?
source share