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-
* Bart Botta [2008-08-12 16:36+0200] writes:
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.
Yes, that should work (as before).
Helmut.