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: Mon, 07 Aug 2023 03:17:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

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

> find . \( -name \*\ \* \) -exec ls -adhl \{\} +
>
> which returns indeed quoted file names as you have shown. What if you
> set instead
>
> (setq find-ls-option
>       (setq find-ls-option-default-exec
>             '("-exec ls -abdhl {} +" . "-abdhl")))

Then the quotes are completely gone.

Obviously I don't want to need use -b however, since the escaped space
chars in the file names add a lot of noise.

I don't understand what is going on.  I tried to compare the situations
before and after the patch.  In both cases the `call-process' parameters
are more or less the same.  The process sentinels already seem to
receive different strings (one time without, the other time including
the quotes) - so seems it's not about sentinels.

Michael.





reply via email to

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