help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] grep-find quoting and nt emacs 21.1


From: Jason Rumney
Subject: Re: [h-e-w] grep-find quoting and nt emacs 21.1
Date: 03 Jan 2002 21:37:09 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

"Christine Burr" <address@hidden> writes:

> Yes, it's the cygwin find, not the windows version. This is sample
> output I've gotten in the *igrep* buffer:
> 
> cd d:/users/cburr/work/BAPI/DLL/S70Server/
> find . -type d \( -name SCCS -o -name RCS \) -prune -o \( -type f -o
> -type l \) -name "*.h" -print0 | xargs -0 -e grep -n   'address'
> /dev/null
> /PROGRA~1/cygnus/cygwin-b20/H-i586-cygwin32/bin/bash.exe: -c: line 1:
> syntax error near unexpected token `\\('
> /PROGRA~1/cygnus/cygwin-b20/H-i586-cygwin32/bin/bash.exe: -c: line 1:
> `find . -type d \\( -name SCCS -o -name RCS \\) -prune -o \\( -type f -o
> -type l \\) -name "*.h" -print0 | xargs -0 -e grep -n   'address'
> /dev/null'

It's possible that something you had in your .emacs for 20.4 to make
Emacs work smoothly with bash is no longer required, since Emacs
tries to handle bash properly itself.

There may also be some problems with igrep under Emacs-21.1, try "M-x
grep-find" to see if that works any better (I know the interface is
not as friendly as igrep; for basic use you just need to type
'address' on the end of the command line it prompts you with, and hit
return). If that works, try looking for an updated version of igrep.el.


-- 
Jason Rumney





reply via email to

[Prev in Thread] Current Thread [Next in Thread]