Howdy OpenMCL Dev, Does someone know of a way to kill the threads waiting for terminal input? I have about 20 or so, and since presumably their interrupts are disabled when they're waiting on the I/O semaphore, I'm having trouble killing them without killing the whole LISP. Thanks, David