* Terje Norderhaug [2009-09-27 00:26+0200] writes:
I need to abort the reading and get back to the repl-prompt without further ado. How can the wait-for-event be aborted from the client yet avoid activating the debugger?
Perhaps you can use something like this:
(swank::interrupt-thread (swank::find-repl-thread (swank::default-connection)) (lambda () (abort)))
Helmut