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: Kevin Rodgers
Subject: Re: find-grep-dired on nt emacs
Date: Wed, 10 Sep 2003 16:44:41 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

[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]