Re: Problem with format?
Gary Byers <[email protected]> Fri, 20 Jul 2007 03:33:27 -0600 (MDT)
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thanks. The bug seems to have something to do with/ be triggered by
something in the way that *PRINT-CIRCLE* is handled, e.g.:
(let* ((*print-circle* nil))
(format nil " ~[~:;, ~:*~A Failure~:P~]~[~:;, ~:*~A Expected failure~:P~]~[~:;, ~:*~A Error~:P~]~[~:;, ~:*~A Expected error~:P~]." 1 0 0 0))
doesn't error, but binding *PRINT-CIRCLE* to T does.