emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Lisp and Guile


From: Richard Stallman
Subject: Re: Emacs Lisp and Guile
Date: Tue, 13 Aug 2002 23:15:34 -0600 (MDT)

    Yes, the variables that can run code on access need to be specially
    constructed.

In Emacs, there is a fixed set of Lisp variables that forward to C
variables.  It would be fine to construct them specially.

However, any Lisp variable could have buffer-local and frame-local
bindings.  So if we are going to support the optimization of
not swapping in these bindings until a reference occurs,
it would be necessary to support it for variables that have
not been constructed specially.





reply via email to

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