Re: [PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-13 Thread Suhail Singh
Max Nikulin writes: > Thanks for educating me. You're welcome :) > I would expect setting `no-byte-compile' to nil for `lisp-data-mode' > (or for .dir-locals.el files) by default instead of adding the cookie > to every file. Or, to start using .dir-locals.eld as the default. IIUC, this is wha

Re: [PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-13 Thread Max Nikulin
On 10/12/2024 21:50, Suhail Singh wrote: 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. Thanks for educating me. I found that the changelog entry Add no-byte-compile to the ".dir-l

Re: [PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-10 Thread Ihor Radchenko
"Suhail Singh" writes: > --- > .dir-locals.el | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.dir-locals.el b/.dir-locals.el > index 962c17f2..9f7310ed 100644 > --- a/.dir-locals.el > +++ b/.dir-locals.el > @@ -1,3 +1,6 @@ > +;;; Directory Local Variables-*- no-byte-comp

Re: [PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-10 Thread Suhail Singh
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 writes: > On 04/12/2024 04:43, Suhail Singh wrote: >> +++ b/.dir-locals.el

Re: [PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-05 Thread Max Nikulin
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

[PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-03 Thread Suhail Singh
--- .dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el index 962c17f2..9f7310ed 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,6 @@ +;;; Directory Local Variables-*- no-byte-compile: t -*- +;;; For more information see (in