[slime-devel] Assignment to free variable , real-var: each time I start Emacs

After updating SLIME a couple of hours ago from the latest CVS sources, I get the following message in the *Compiler-Log* buffer each time I start Emacs: ** assignment to free variable ,real-var I use GNU Emacs 20.7.2 under Debian Woody. Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film

Paolo Amoroso <amoroso@mclink.it> writes:
After updating SLIME a couple of hours ago from the latest CVS sources, I get the following message in the *Compiler-Log* buffer each time I start Emacs:
** assignment to free variable ,real-var
I use GNU Emacs 20.7.2 under Debian Woody.
The lisp reader in Emacs 20 is buggy. Nested backquotes don't work properly. I added some workarounds in the CVS version. Helmut.

Helmut Eller writes:
The lisp reader in Emacs 20 is buggy. Nested backquotes don't work properly. I added some workarounds in the CVS version.
The latest CVS sources fix the problem. Thanks, Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film

On 8615 day of my life Helmut Eller wrote:
Paolo Amoroso <amoroso@mclink.it> writes:
After updating SLIME a couple of hours ago from the latest CVS sources, I get the following message in the *Compiler-Log* buffer each time I start Emacs:
** assignment to free variable ,real-var
I use GNU Emacs 20.7.2 under Debian Woody.
The lisp reader in Emacs 20 is buggy. Nested backquotes don't work properly. I added some workarounds in the CVS version.
I have GNU Emacs 21.3 and same error... But now it works, thanks. -- Ivan Boldyrev Today is the first day of the rest of your life.
participants (3)
-
Helmut Eller
-
Ivan Boldyrev
-
Paolo Amoroso