emacs-devel
[Top][All Lists]
Advanced

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

Re: allout patch - more safe-local-variables, plus autoloads


From: Stefan Monnier
Subject: Re: allout patch - more safe-local-variables, plus autoloads
Date: Wed, 19 Apr 2006 00:39:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> I think it is legitimate to use t for boolean variables.  All values
> are safe for them.

> If we don't use t, what would we use for them?

If we disallow t and want a quick&dirty replacement predicate for boolean
values, we can either introduce booleanp (seems like a good predicate to
have around anyway) or just use symbolp.


        Stefan




reply via email to

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