Rui Patroc�nio <[EMAIL PROTECTED]> writes:
> On Thu, 2003-10-09 at 15:08, Helmut Eller wrote:
> > Not sure what you mean with "handle the abort restart". If you bind an
> > abort restart like:
> > [...]
> > then the "real toplevel" restart is still visible in the debugger:
>
> I was assuming that it was possible to catch somehow the "real
> toplevel" restart. That's what I mean with "handle the abort restart".
> Thanks for the help provided.
At least in cmucl 18e, the "return to toplevel" throws
'common-lisp::top-level-catcher. You can catch it like any other
regular tag.
Regards,
Mario.