|
From: | Max Nikulin |
Subject: | Re: [PATCH worg] .dir-locals.el: Disable byte-compilation. |
Date: | Thu, 5 Dec 2024 22:50:07 +0700 |
User-agent: | Mozilla Thunderbird |
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?
I recall intentions to implement some exceptions for `lexical-bindning', so I would expect that .dir-locals.el files are not compiled by default. I mean the following thread:
<https://yhetil.org/emacs-devel/50E29988-D354-4D10-990F-31828DBE6411@gmail.com/>emacs-devel. missing lexical-binding cookie warning when loading .el files. Fri, 3 May 2024 19:28:02 +0200
[Prev in Thread] | Current Thread | [Next in Thread] |