Newsgroups: gnu.emacs.help
From: winterTTr <winter...@gmail.com>
Date: Mon, 16 Apr 2012 22:47:32 -0700 (PDT)
Local: Tues, Apr 17 2012 1:47 am
Subject: Re: Is it possible to run rgrep in emacs on Win32?
On Thursday, April 12, 2012 5:21:41 PM UTC+8, Steinar Bang wrote:
I suggest to not use the xargs style. Currently, I almost cannot find a good "find.exe" and "xrags.exe" to work well together.
> Platform: emacs 23.2.1, > GnuWin32 FindUtils 4.2.20-2 > GnuWin32 Grep-2.5.4 > Does anyone know of a way to make the emacs rgrep command work on
> I'm trying to run `M-x rgrep RET' on a windows emacs. I have installed
> When I try to run rgrep it exits with no match, and in the *grep* I see
> The command line is:
> Parantheses seems to be balanced...? I haven't installed xargs, I
What I currently used is, using the binary folder comes from msysgit, which should be the find.exe and grep.exe from msys sub system.
At the same time, do not use xargs style for rgrep.
(require 'grep)
use 'exec style, which you can get more information from grep-find-use-xargs documentation.
The currently problem is, this kind of combination is very slow if you use it to find deep directory tree. However, it at least can use without any problem.
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||