[slime-devel] Re: interrupt vs simple-break
Taylor R Campbell
campbell at mumble.net
Fri Nov 24 20:13:28 UTC 2006
Date: Fri, 24 Nov 2006 15:39:21 +0100
From: Helmut Eller <heller at common-lisp.net>
It's likely that :EMACS-INTERRUPT didn't yet exist at the time when
that code was written. Interrupting was done by sending Unix signals,
and it is desirable to avoid signals, if possible. Today it could
probably rewritten in terms of :EMACS-INTERRUPT (and READ-CHAR-NO-HANG
from the REPL should also be fixed).
Could someone make this small change, or perhaps just make
`slime-repl-read-break' an alias for `slime-interrupt'? This would be
very helpful for SLIME48.
More information about the slime-devel
mailing list