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

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

Re: add info about safe-local-variable to describe-variable


From: Reiner Steib
Subject: Re: add info about safe-local-variable to describe-variable
Date: Sat, 13 May 2006 11:55:04 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

On Fri, May 12 2006, Ken Manheimer wrote:

> On 5/12/06, Reiner Steib <address@hidden> wrote:
[...]
> the lambdas are quoted, so they ought to show as text.  (they do for me.)

Sorry, my bad.

>> But here, I still don't think it makes much sense to provide backward
>> compatibility for older CVS Emacs versions.  Not using `booleanp'
>> makes the code and the output of `describe-variable' harder to read.
>
> i don't understand.  older emacs 22 CVS versions are not my concern -
> emacs 21 and earlier lack booleanp.

Emacs 21 doesn't look at the safe-local-variable property at all.  In
Emacs 21 there was the concept of risky-local-variable.  All variables
not marked as risky were considered safe (please CMIIW).  E.g. we had:
  (put 'mailcap-mime-data 'risky-local-variable t)
If `booleanp' is a problem in Emacs 21, `string-or-null-p' also would
be a problem.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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