[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: frame-local variables weirdness
From: |
Juanma Barranquero |
Subject: |
Re: frame-local variables weirdness |
Date: |
Sat, 9 Dec 2006 18:59:31 +0100 |
On 12/9/06, Stefan Monnier <address@hidden> wrote:
It's easy to implement:
(defalias 'frame-local-variable-if-set-p 'frame-local-variable-p)
Well, not exactly. frame-local-variable-p would mean that VAR has a
local value. frame-local-variable-if-set-p (perhaps
variable-is-frame-localizable-p is a better name) would mean that
`make-variable-frame-local' has been applied to VAR (so the
Lisp_Buffer_Local_Value has check_frame == 1).
/L/e/k/t/u
Re: frame-local variables weirdness, Juanma Barranquero, 2006/12/09
Re: frame-local variables weirdness, Richard Stallman, 2006/12/11