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

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

bug#61901: 30.0.50; [PATCH] Add permanently-enabled-local-variable-dirs


From: Antero Mejr
Subject: bug#61901: 30.0.50; [PATCH] Add permanently-enabled-local-variable-dirs variable.
Date: Wed, 01 Mar 2023 22:20:33 +0000

This patch allows users to trust directories to load dir-local variables
from, so they don't have to do something lile this:
(defun risky-local-variable-p (sym &optional _ignored) nil)
as suggested here:
https://emacs.stackexchange.com/questions/10983/remember-permission-to-execute-risky-local-variables

It also works over TRAMP if enable-remote-dir-locals is true.

Attachment: 0001-Add-permanently-enabled-local-variable-dirs-variable.patch
Description: Text Data


reply via email to

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