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: Christine Burr
Subject: RE: [h-e-w] grep-find quoting and nt emacs 21.1
Date: Tue, 8 Jan 2002 16:09:33 -0500

Hi David,

Thanks for pointing me in the right direction. It turns out I had the
old version of cygwin-b20 plus a much newer one (cygwin-1.1.8, I think).
There must be something different between how emacs 20 and 21.1 were
finding the cygwin executables since I hadn't changed my .emacs or the
path setting. I've now updated everything to point at the right
directory for the newer cygwin and grep-find is working properly again.

        
Chris

-----Original Message-----
From: David Starks-Browning [mailto:address@hidden
Sent: Monday, January 07, 2002 8:17 AM
To: Christine Burr
Cc: address@hidden
Subject: Re: [h-e-w] grep-find quoting and nt emacs 21.1


On  3 Jan 02, Jason Rumney writes:
> "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.

I would also point out that cygwin-b20 is an *extremely* old version
of Cygwin.  Upgrading Cygwin may not alone solve your problem, but at
least you'll be on the same footing as other Cygwin + Emacs users.

Also, there is help for using the Cygwin bash shell under Emacs in the
Cygwin FAQ at <http://cygwin.com/faq/>, but they would not be
"supported" for such an old version of Cygwin.

Regards,
David
(Cygwin FAQ maintainer)





reply via email to

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