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:56:34 +0200

> From: Manuel Giraud <manuel@ledu-giraud.fr>
> Cc: Eli Zaretskii <eliz@gnu.org>,  "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 18:50:41 +0100
> 
> Drew Adams <drew.adams@oracle.com> writes:
> 
> [...]
> 
> >  (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.
> 
> No I do not think it fixes anything on Windows.

There's nothing to fix on MS-Windows, since the only version of 'find'
that can be available on MS-Windows is GNU Find.

> But "ls-lisp" is also not involved.  If I understand correctly,
> 'find-ls-option-default-ls' is the interpretation - in terms of ls
> switches - that dired does of a "find -ls" command.

Exactly.





reply via email to

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