--- Begin Message ---
Subject: |
[PATCH] Prevent .dir-locals.el from being byte-compiled |
Date: |
Thu, 13 Oct 2022 09:05:11 +0000 |
Tags: patch
When selecting a number of .el files in Dired and byte-compiling them
I'll usually also select a .dir-locals.el file that won't compile.
Would annotating them as non-byte-compilable files be sensible?
In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.34, cairo version 1.17.6) of 2022-10-13 built on rhea
Repository revision: 36505800b5a0c8d7b4af5ceb54483cfdfdbf6925
Repository branch: local
System Description: Fedora Linux 36 (Workstation Edition)
Configured using:
'configure --with-pgtk --with-imagemagick'
0001-Prevent-.dir-locals.el-from-being-byte-compiled.patch
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#58486: [PATCH] Prevent .dir-locals.el from being byte-compiled |
Date: |
Fri, 14 Oct 2022 18:14:09 +0000 |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Philip Kaludercic <philipk@posteo.net> writes:
>
>> * lisp/files-x.el (modify-dir-local-variable): Add a 'no-byte-compile'
>> file local variable when generating a .dir-locals.el file.
>
> Looks good to me.
It has been pushed.
--- End Message ---