* 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.