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
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
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.