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

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

bug#62096: 30.0.50; find-dired, dired-goto-file and spaces


From: Eli Zaretskii
Subject: bug#62096: 30.0.50; find-dired, dired-goto-file and spaces
Date: Fri, 17 Mar 2023 20:42:22 +0200

> From: Drew Adams <drew.adams@oracle.com>
> CC: "manuel@ledu-giraud.fr" <manuel@ledu-giraud.fr>,
>         "mardani29@yahoo.es"
>       <mardani29@yahoo.es>,
>         "62096@debbugs.gnu.org" <62096@debbugs.gnu.org>,
>         "stephen.berman@gmx.net" <stephen.berman@gmx.net>
> Date: Fri, 17 Mar 2023 17:20:52 +0000
> 
> And on the patch you've cited being just this,
> which seems to only add darwin to the same case
> as berkley-unix, having no effect for Windows:
> 
>  (defvar find-ls-option-default-ls
>  -  (cons "-ls" (if (eq system-type 'berkeley-unix) "-gilsb" "-dilsb")))
>  +  (cons "-ls" (if (or (eq system-type 'berkeley-unix)
>  +                      (eq system-type 'darwin))
>  +                  "-dgils"
>  +                "-dilsb")))
> 
> But I guess you're confirming that the fix is
> for MS Windows (which uses `ls-lisp') also.
> I don't see how that can be the case, but if
> it is then great.  Thx.

The patch changes options passed to the 'find' program.  It has
nothing to do with ls-lisp, which is not involved in find-dired.





reply via email to

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