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

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

Re: find-grep-dired on nt emacs


From: Leo
Subject: Re: find-grep-dired on nt emacs
Date: Thu, 11 Sep 2003 14:31:42 +1000

well, i found it too. and i could change the option via customize.

but stilll, in help-apropos no variable like find-ls-option is shown.

anyway, now i could tweak the setting and find-grep-dired works like a
beauty! :-)))

thanks, leo

"Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
3F5FA959.8070606@yahoo.com">news:3F5FA959.8070606@yahoo.com...
> [Please don't top-post]
>
> Leo wrote:
>
> > sorry, couldn't find the var find-ls-option.i'm running gnu emacs
21.3.1.
> >
> > any other var to customize find-grep-dired?
>
> That's odd.  I searched for "ls -ld" in the 21.3 sources and found this
> in lisp/find-dired.el:
>
> (defcustom find-ls-option
>    (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb")
>      '("-exec ls -ld {} \\;" . "-ld"))
>    "*Description of the option to `find' to produce an `ls -l'-type
listing.
> This is a cons of two strings (FIND-OPTION . LS-SWITCHES).  FIND-OPTION
> gives the option (or options) to `find' that produce the desired output.
> LS-SWITCHES is a list of `ls' switches to tell dired how to parse the
output."
>    :type '(cons (string :tag "Find Option")
>        (string :tag "Ls Switches"))
>    :group 'find-dired)
>
> --
> Kevin Rodgers
>






reply via email to

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