Chris Dennis writes:
> Thank you for your reply. I couldn't get handle-system-error to work,
> but reading about it led me to display-error, which does what I want.
Excellent! (If by a roundabout route.)
Neil
Neil Jerram wrote:
Chris Dennis writes:
Hello Guilers
Hi Chris,
Is there some code anywhere for parsing the error information caught
from local-eval?
The following code is the best I have come up with so far, but the
messages it produces aren't pretty:
(define (error-handler key . args
Chris Dennis writes:
> Hello Guilers
Hi Chris,
> Is there some code anywhere for parsing the error information caught
> from local-eval?
>
> The following code is the best I have come up with so far, but the
> messages it produces aren't pretty:
>
> (define (error-handler key . args)
> (d
Hello Guilers
Is there some code anywhere for parsing the error information caught
from local-eval?
The following code is the best I have come up with so far, but the
messages it produces aren't pretty:
(define (error-handler key . args)
(display (object->string key))
(for-each (l