From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 62096@debbugs.gnu.org, stephen.berman@gmx.net,
manuel@ledu-giraud.fr, mardani29@yahoo.es
Subject: bug#62096: 30.0.50; find-dired, dired-goto-file and spaces
Date: Fri, 17 Mar 2023 20:42:22 +0200 [thread overview]
Message-ID: <83ttyjcj8x.fsf@gnu.org> (raw)
In-Reply-To: <SJ0PR10MB54887B66FD3BF8F8ED89F6FFF3BD9@SJ0PR10MB5488.namprd10.prod.outlook.com> (message from Drew Adams on Fri, 17 Mar 2023 17:20:52 +0000)
> 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.
next prev parent reply other threads:[~2023-03-17 18:42 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-10 14:54 bug#62096: 30.0.50; find-dired, dired-goto-file and spaces Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 15:43 ` Drew Adams
2023-03-10 15:59 ` Stephen Berman
2023-03-10 17:10 ` Drew Adams
2023-03-10 18:07 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 18:37 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 20:48 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 21:04 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 0:14 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 14:02 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 14:17 ` Eli Zaretskii
2023-03-11 14:27 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-17 7:49 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-17 8:33 ` Eli Zaretskii
2023-03-17 9:12 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-17 11:33 ` Eli Zaretskii
2023-03-17 15:25 ` Drew Adams
2023-03-17 15:41 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-17 16:14 ` Drew Adams
2023-03-17 16:26 ` Eli Zaretskii
2023-03-17 17:20 ` Drew Adams
2023-03-17 17:50 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-17 18:56 ` Eli Zaretskii
2023-03-17 18:42 ` Eli Zaretskii [this message]
2023-03-17 17:54 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-17 18:57 ` Eli Zaretskii
2023-03-17 19:10 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-18 6:34 ` Eli Zaretskii
2023-03-18 10:16 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-12 10:54 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-12 11:32 ` Eli Zaretskii
2023-03-12 11:56 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-12 17:51 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 17:09 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 18:46 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 19:30 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 21:31 ` Drew Adams
2023-03-10 21:43 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 12:00 ` Eli Zaretskii
2023-03-12 10:55 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-11 11:55 ` Eli Zaretskii
2023-03-11 14:12 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 19:05 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 19:55 ` Drew Adams
2023-03-10 20:42 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 21:24 ` Drew Adams
2023-03-10 21:32 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 21:45 ` Drew Adams
2023-03-10 22:03 ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 22:20 ` Drew Adams
2023-03-11 11:58 ` Eli Zaretskii
2023-03-10 19:48 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83ttyjcj8x.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=62096@debbugs.gnu.org \
--cc=drew.adams@oracle.com \
--cc=manuel@ledu-giraud.fr \
--cc=mardani29@yahoo.es \
--cc=stephen.berman@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.