bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64897: 29.0.91; Bug (and patch) in find-dired-with-command


From: Michael Heerdegen
Subject: bug#64897: 29.0.91; Bug (and patch) in find-dired-with-command
Date: Sat, 12 Aug 2023 05:50:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Albinus <michael.albinus@gmx.de> writes:

> What if you set instead
>
> (setq find-ls-option
>       (setq find-ls-option-default-exec
>             '("-exec ls -abdhl {} +" . "-abdhl")))

-N is the ls option I would want: it suppresses quoting entirely,
apparently without breaking anything.

But I still don't understand why that was not necessary before your
change.

Note that for some users the default value of `find-ls-option' can have
a form like above (AFAIU when the installed `find` executable does not
support the -ls option - see the definition).  These users will also
have this problem.  I tested this with emacs -Q: if the

#+begin_src emacs-lisp
(eq 0
  (ignore-errors
    (process-file find-program nil nil nil null-device "-ls")))
#+end_src

test fails, you get the problem without changing any variable (Bug).

Do you want to care about this, or should I open a separate bug report,
or reopen this one?


Regards,

Michael.





reply via email to

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