#160: Printing objects with "#<" in their readable representation fail to print readably ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: CLOS | Version: Keywords: | ------------------------+--------------------------------------------------- (let ((s (gensym "#<")) (*print-readably* t)) (print s)) --> Error: Object cannot be printed readably
However, the readable presentation of that symbol is #:|#<1|.