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: Thu, 15 Aug 2002 13:53:54 -0600 (MDT)

    All Elisp variables would be constructed specially, even if they
    didn't make use of any of the available features initially.  That
    would mean that variables declared in Scheme can not be later made
    buffer local since normal Scheme variabled would not be constructed in
    the special way.

This would be a big inconvenience in practice.  It would mean that
mentioning a variable in Scheme code once prevents you from using it
in other ways.  It needs to be possible to make a variable "special"
(in this sense) after having used it in other non-lexical ways.




reply via email to

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