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

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

[h-e-w] (no subject)


From: D'Elia, Kevin
Subject: [h-e-w] (no subject)
Date: Mon, 7 Jan 2002 08:23:38 -0500

Does anyone have the proper settings for using bash under 21.x?  I've tried using
find-grep-dired, with similar, unsatisfactory results as reported by Christine.
Thanks in advance to all who respond.
 
Jason Rumney wrote:
 
  "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]