> Hello,
>
> It is possible in Axiom to modify its behavior when an error is
> encountered via
>
> )set break something
>
> But if you set it to 'query', Axiom will ask you if you want to return
> to top level or enter a Lisp break loop. What I find strange is that
> this not what Axiom has to do. The code is (g-error.boot):
>
Could you give more detail on what Axiom is doing for you and what
it to do. For me it works as follows (both the old release and
newest wh-sandbox):
(1) -> )set break query
(1) -> 1/0
>> Error detected within library code:
division by zero
protected-symbol-warn called with (NIL)
You have three options. Enter:
continue to continue processing,
top to return to top level, or
break to enter a LISP break loop.
Please enter your choice now:
continue
Processing will continue where it was interrupted.
(1) ->
--
Waldek Hebisch
[EMAIL PROTECTED]
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer