Jeff Workman jeff.workman@gmail.com writes:
When I evaluate (format t "~A" (some-str-function)) on a longish string in debugger with E, the string is printed truncated, which seems like the wrong behavior to me.
Also, surprisingly when I evaluate (setf *str* (some-str-function)) from debugger, the string stored in *str* is truncated as well.
This is fixed in CVS. Thanks for reporting!,
-T.