On Mon, 2002-04-29 at 10:52, Raymond Toy wrote:
> Hmm, I think this change changes how cmucl behaves.
This change was in response to an earlier bug report that said
to_lisp()
didn't work correctly with cmucl. The bug report has been entered as
[ 549835 ] Saving a lisp image with cmucl-18d
Obviously the issues here are all subtle cmucl details. If you have a
better solution, please let me know.
--Jim
> Before, when I run maxima with cmucl and press control-c, I'd get
> something like:
>
> Interrupted at #xFF217D00.
>
> Restarts:
> 0: [CONTINUE ] Return from BREAK.
> 1: [MACSYMA-QUIT] Macsyma top-level
>
> And pressing 0 or 1 would do what I wanted.
>
> Now it says:
>
> Interrupted at #xFF217D00.
>
> Restarts:
> 0: [CONTINUE ] Return from BREAK.
> 1: [MACSYMA-QUIT] Macsyma top-level
> 2: [ABORT ] Skip remaining initializations.
>
>
> I don't think option 2 should be allowed. It brings us back to the
> top-level cmucl that thinks it's still running the initialization
> code.
>
> I don't know how to fix this, if, indeed, it is a bug.
>
> Ray
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima