On 8/21/07, Michael Sperber <sperber(a)informatik.uni-tuebingen.de> wrote:
 2007-08-21  Mike Sperber  <mike(a)xemacs.org>
         * igrep.el (igrep-find-prune-clause): Add .hg to the list of
         ignored directories.
 --
 Cheers =8-} Mike
 Friede, Völkerverständigung und überhaupt blabla
 Index: igrep.el
 ===================================================================
 RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/igrep/igrep.el,v
 retrieving revision 1.10
 diff -u -r1.10 igrep.el
 --- igrep.el    21 Aug 2007 12:44:26 -0000      1.10
 +++ igrep.el    21 Aug 2007 12:45:26 -0000
 @@ -427,7 +427,7 @@
    (if (equal (call-process igrep-find-program nil nil nil
                            igrep-null-device "-prune")
              0)
 -      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -name .svn
 %s"
 +      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -name .svn
 -name .hg %s"
               (shell-quote-argument "(")
               (shell-quote-argument ")")))
    "The `find` clause used to prune directories, or nil; 
 I think you have a '-o' missing there.
Robert
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches