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

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

bug#62004: 30.0.50; comp-run-async-workers failure when default-director


From: No Wayman
Subject: bug#62004: 30.0.50; comp-run-async-workers failure when default-directory deleted
Date: Tue, 07 Mar 2023 10:53:58 -0500
User-agent: mu4e 1.9.21; emacs 30.0.50


No Wayman <iarchivedmywholelife@gmail.com> writes:

Binding default-directory makes sense.
It's just a matter of what to bind it to.
I see that `comp-run-async-workers` calls `make-temp-file' internally. Binding default-directory to temporary-file-directory around the call to `make-process' will prevent this error and seems like a safe bet.

The attached patch implements this and fixes the error on my end.

Attachment: 0001-comp.el-comp-run-async-workers-bind-default-director.patch
Description: Text Data


reply via email to

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