There is some minor problem in Drei that you can see if you do this :
1. type (setf climi::*use-goatee* nil)
2. then type (clim-listener:run-listener)
3. in the listener, type "`(,@a ", i.e., backquote left-parenthesis comma at-sign a space.
Drei crashes with an error message saying that #:A is not of type list.
Robert Strandh strandh@labri.fr writes:
Drei crashes with an error message saying that #:A is not of type list.
Hm. Nasty. Fixed in CVS, but I see I have to rewrite the whole `token-to-object' idea. I'm not terribly surprised, I don't think I originally imagined it would become as critical as it is.