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

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

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


From: Michael R. Wolf
Subject: Re: [h-e-w] Re: (no subject)
Date: 08 Jan 2002 19:28:30 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

address@hidden (Adam P.) writes:

> > 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 " {} \\\; ")))

This looks like it's a bug report waiting to get filed
(along with a diff or this posting) on gnu.emacs.bug!




reply via email to

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