emacs-devel
[Top][All Lists]
Advanced

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

Re: turn off safe-local-variable-values checking


From: Stuart D. Herring
Subject: Re: turn off safe-local-variable-values checking
Date: Wed, 12 Apr 2006 12:57:44 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

>     table.el
>     allout.el
>     ediff*.el
>
> This is useful--I presume these bindings are safe,
> so we should define predicates for the variables they bind.
>
> Would someone like to do that now, and ack?

Interesting: each of those three files required a different approach.  I
added predicates for time-stamp.el's local variables, putting reasonable
limits on the integers.  Allout just needed to autoload its
already-present safe-local declaration.  And ediff was using part of
edebug which could really be used for evil, so I wrote a check for
non-evil use and added that to the code for symbol properties.

Patch attached, natch.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.

Attachment: local-variables.patch
Description: Binary data


reply via email to

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