[slime-devel] aborting read

Helmut Eller heller at common-lisp.net
Sun Sep 27 06:52:37 UTC 2009


* 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





More information about the slime-devel mailing list