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

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

bug#48177: 28.0.50; process-file doesn't correctly handle quoted file na


From: Michael Albinus
Subject: bug#48177: 28.0.50; process-file doesn't correctly handle quoted file names for INFILE
Date: Mon, 03 May 2021 16:54:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Version: 28.1

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

> Philipp Stephani <p.stephani2@gmail.com> writes:
>
>>> >> > (process-file "/:/bin/true" "/:/dev/null")
>>> >>
>>> >> Same for
>>> >> (process-file "/:/bin/true" nil '((:file "/:/dev/null") "/dev/null"))
>>> >
>>> > Other forms that I think should work, but fail:
>>> >
>>> > (let ((default-directory "/:/usr/"))
>>> >   (process-file "/:/bin/true" nil '(t "/:/dev/null")))
>>> >
>>> > (let ((temporary-file-directory "/:/tmp/"))
>>> >   (process-file "/:/bin/true" nil '(t "/dev/null")))
>>>
>>> The appended patch shall fix this, could you pls test?
>>
>>
>> Yes, thanks!
>
> Thanks for the quick confirmation! I will extend
> files-tests-file-name-non-special--subprocess with your examples, and
> push everything then to master.

Done, pushed to master. Closing the bug.

Best regards, Michael.





reply via email to

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