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

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

[h-e-w] Re: (no subject)


From: Adam P.
Subject: [h-e-w] Re: (no subject)
Date: Mon, 07 Jan 2002 23:09:23 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-msvc-windows98.2222)

> 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.

What worked for me was putting this in .emacs:

(setq find-ls-option '("-exec ls -ld {} ;" . "-ld"))  ; no "\\;"!

and, alas, modifying the source of find-dired.el in the following way:

...in defun find-dired (dir args):

                         (concat "( " args " ) "))
;WAS:                    (concat "\\( " args " \\) "))

...in defun find-grep-dired (dir args):

                      args " {} ; ")))
;WAS:                 args " {} \\\; ")))

HTH.  If anybody knows an elegant way of achieving the same result,
let me know.

        Adam




reply via email to

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