GNU bug report logs -
#7785
rgrep is broken on woe32
Previous Next
Reported by: Sam Steingold <sds <at> gnu.org>
Date: Tue, 4 Jan 2011 23:41:02 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
YAY!!!!!
the following solves my problem for now (I don't know what will happen
tomorrow though :-)
(when sds-winnt
(setq find-program ;(concat sds-gnuwin-home "bin\\find")
(w32-convert-standard-filename (concat sds-cygwin-home "bin\\find"))
xargs-program ;(concat sds-gnuwin-home "bin\\xargs")
(w32-convert-standard-filename (concat sds-cygwin-home "bin\\xargs"))
grep-program ;(concat sds-gnuwin-home "bin\\grep")
(w32-convert-standard-filename (concat sds-cygwin-home "bin\\grep"))
grep-find-use-xargs 'gnu
grep-use-null-device nil))
please close this bug; I will reopen it if I ever get stuck again :-(
(Eli, thanks a lot for your patience, I will not be trying anything
else for this as long as the above solution works).
This bug report was last modified 14 years and 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.