[armedbear-ticket] [armedbear] #2: Human readable printing of errors and conditions
armedbear
armedbear-devel at common-lisp.net
Sun Jan 3 21:45:46 UTC 2010
#2: Human readable printing of errors and conditions
--------------------------+-------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: other | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment(by ehuelsmann):
The source of this behaviour is the fact that in some cases the 'format-
control slot in the built-in condition doesn't get set.
When that happens, the print-object code in print-object.lisp doesn't get
triggered to print the nice message, but rather passes control to the
standard object printing routine (which prints the ugly output above).
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/2#comment:2>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list