GNU bug report logs -
#62096
30.0.50; find-dired, dired-goto-file and spaces
Previous Next
Full log
View this message in rfc822 format
> From: Manuel Giraud <manuel <at> ledu-giraud.fr>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, "mardani29 <at> yahoo.es"
> <mardani29 <at> yahoo.es>, "62096 <at> debbugs.gnu.org" <62096 <at> debbugs.gnu.org>,
> "stephen.berman <at> gmx.net" <stephen.berman <at> gmx.net>
> 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.
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.
This bug report was last modified 2 years and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.