Terje Norderhaug terje@in-progress.com 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?
Consider using SWANK::READ-FROM-MINIBUFFER-IN-EMACS instead. That will return NIL if the user aborted by pressing C-g, and "" if the user just pressed RET.
-T.