GNU bug report logs -
#62096
30.0.50; find-dired, dired-goto-file and spaces
Previous Next
Full log
Message #161 received at 62096 <at> debbugs.gnu.org (full text, mbox):
> From: Drew Adams <drew.adams <at> oracle.com>
> CC: "manuel <at> ledu-giraud.fr" <manuel <at> ledu-giraud.fr>,
> "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 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.
This bug report was last modified 2 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.