Running slime from CVS on sbcl 1.0.19/win32 ends up in the debugger with The variable SB-UNIX:SIGINT is unbound. [Condition of type UNBOUND-VARIABLE] Disabling the (defimplementation install-sigint-handler ...) added in 1.213 with #-win32 seems to fix the problem, no idea if that is the correct solution though. -b-