Does slime provide a way to abort reading from the listener?
For example, say you evaluate a form that reads from the listener:
? (read)
At this point, swank has dispatched :read-string to the client/emacs. Swank then wait-for-event :emacs-return-string until it gets the string.
How can the wait-for-event be aborted from the client to result in :read-aborted?
-- Terje Norderhaug