After installing ack on a 64-bit version of Windows 7 (for example, using StrawberryPerl ), I can run ack from the cmd terminal on Windows.
However, if I try to use ack in Emacs in Shell mode (i.e. in the Mx shell buffer), I do not get output (all other cmd commands print correctly though).
Interestingly, if I run only ack , that is, without arguments, I get the correct information about using ack . In other words, ack does not output the result in my Emacs shell when I run it with arguments (even if ack should print hits for my queries, as I checked in the CMD section).
The lack of output makes me think that ack is waiting for input (although I provide it with arguments). I tried the code snippet suggested here in my .emacs file (which seems to have been designed to help when it gets confused between searching on the file system or STDIN), but the problem still persists.
Any suggestions on how to fix this?
thanks
source share