Brad Beveridge <[EMAIL PROTECTED]> writes: > Ah. How do you survive!? :)
Apparently not too well. SBCL has issues when handling signals in win32. So what I'm going to have to do is create a custom SDL DLL for win32. Instead of generating an SDL_QuitEvent when SIGINT/SIGTERM is received, SDL will now generate a user-defined event. I'll handle this event in the event loop and call (break) directly. It's a hack, but at least C-c C-b should drop into the SBCL debugger in Windows. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
