<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Should I expect ccl to pretty-print when *print-pretty* is set to T?<div><br></div><div>I am new to CL, so what I did was to type in the example in Hyperspec:</div><div><br></div><div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; "> (let ((*print-pretty* t))</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">   (progn (write '(let ((a 1) (b 2) (c 3)) (+ a b c))) nil))</span></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre; "><br></span></font></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">>>  (LET ((A 1)</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">>>        (B 2)</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">>>        (C 3))</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">>>    (+ A B C))</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">=>  NIL</span></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="white-space: pre; "><br></span></font></div><div><div><div>I don't get any indentation when I type that example into ccl. The example just gets printed on one line of output, no indentation.</div><div><br></div><div>Am I supposed to do some additional thing to get the output shown? Additional parameters, or fiddle with dispatch tables?</div><div><br></div><div>(This may be covered in the archives to this list somewhere. But AFAIK there is no search function for the archives. Set me straight on this if I am wrong.)</div><div><br></div><div>thx</div><div><br></div><div>- Philippe -</div></div></div></div></body></html>