[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH worg] .dir-locals.el: Disable byte-compilation.
From: |
Suhail Singh |
Subject: |
Re: [PATCH worg] .dir-locals.el: Disable byte-compilation. |
Date: |
Tue, 10 Dec 2024 09:50:56 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello Max,
Please note that I am not subscribed to the mailing list. As such,
please ensure that you include my email in the addresses if you'd like a
timely response (or, in some cases, a response at all).
Max Nikulin <manikulin@gmail.com> writes:
> On 04/12/2024 04:43, Suhail Singh wrote:
>> +++ b/.dir-locals.el
>> @@ -1,3 +1,6 @@
>> +;;; Directory Local Variables -*- no-byte-compile: t -*-
>
> Sorry, I do not follow Emacs development close enough. Does it mean that it
> becomes more aggressive and tries to compile files that do not really affect
> performance?
Since 2022-10-05, when adding directory-local-variables, the
no-byte-compile cookie gets set. I believe this change was introduced
in response to bug #58486.
--
Suhail