GNU bug report logs - #62096
30.0.50; find-dired, dired-goto-file and spaces

Previous Next

Package: emacs;

Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>

Date: Fri, 10 Mar 2023 14:55:02 UTC

Severity: normal

Found in version 30.0.50

Full log


View this message in rfc822 format

From: Manuel Giraud <manuel <at> ledu-giraud.fr>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, "stephen.berman <at> gmx.net" <stephen.berman <at> gmx.net>, "62096 <at> debbugs.gnu.org" <62096 <at> debbugs.gnu.org>, "mardani29 <at> yahoo.es" <mardani29 <at> yahoo.es>
Subject: bug#62096: 30.0.50; find-dired, dired-goto-file and spaces
Date: Fri, 17 Mar 2023 18:50:41 +0100
Drew Adams <drew.adams <at> 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.  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.
-- 
Manuel Giraud




This bug report was last modified 2 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.