[slime-devel] Re: patch: Add ABORT restart in HANDLE-REQUEST
Helmut Eller
heller at common-lisp.net
Fri Oct 20 17:01:54 UTC 2006
* Luke Gorrie [2006-10-20 11:02+0200] writes:
> The simple fix is to add an ABORT restart in the same place as
> ABORT-REQUEST. Yes?
Yes, it is. With the not-so-nice side effect, that we have two
restarts with the same message. The abort-request restart is there
for the sake of throw-to-toplevel. Maybe we should move the
abort-request condition handler from eval-for-emacs to handle-request
and use that for throw-to-toplevel.
Helmut.
More information about the slime-devel
mailing list