[slime-devel] can't change *readtable* from repl

Alan Ruttenberg alanralanr at comcast.net
Thu Mar 25 05:17:22 UTC 2004


CL-USER> *readtable*
#<READTABLE #x5322ECE>
CL-USER> (copy-readtable)
#<READTABLE #xD70F94E>
CL-USER> (setq *readtable* *)
#<READTABLE #xD70F94E>
CL-USER> *readtable*
#<READTABLE #x5322ECE>


Noticed this because cl-interpol enabling function stopped working at 
some point.

-Alan





More information about the slime-devel mailing list