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

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

bug#41242: Port feature/native-comp to Windows


From: Andrea Corallo
Subject: bug#41242: Port feature/native-comp to Windows
Date: Wed, 13 May 2020 20:08:43 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Nicolas Bértolo <nicolasbertolo@gmail.com>
>> Date: Wed, 13 May 2020 16:26:57 -0300
>> 
>> * `package-delete` fails because it tries to delete the .eln file via
>>   `delete-file`. This is impossible in Windows because it's generally 
>> impossible
>>   to delete files that have an open HANDLE in the system.
>
> Is that the handle from LoadLibrary?  If so, cannot we close the
> handle once the .eln file is loaded?

AFAIU we cannot close the handle till we have code around (compiled Lisp
function) coming from the eln.

Andrea

PS BTW I see now we never close the handle but this is a bug, I'll fix now.

-- 
akrl@sdf.org





reply via email to

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