hi, On Fri, Mar 28, 2008 at 04:34:48PM -0500, Heinrich Taube wrote:
> now, when i trap the same error in an environmentn with my error handler > all i seem to get is the first part of the string, ie the message without > the symbol name: > > >>> Error: unbound variable > > my question is: how can i get a string that will contain what error > messages normally show in the repl?? i think the rest is in (condition-property-accessor 'exn 'arguments). you can also use print-error-message and print-call-chain from the library unit. hth&bye, hans. _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
