There are ways around it like that. For example, I&#39;m trying to get in the habit of using ~.s in printf&#39;s where it might occur. But, I think it would be easy in this case to just fix the real problem.<br><br><div class="gmail_quote">
On Mon, Oct 3, 2011 at 3:07 PM, Eli Barzilay <span dir="ltr">&lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">10 minutes ago, Doug Williams wrote:<br>
&gt; Maybe this is general question or observation, but I specifically<br>
&gt; have the problem with the xml module in Racket. All of the<br>
&gt; structures defined in collects/xml/private/structures.rkt are<br>
&gt; transparent. Most of my xml files are hundreds of thousands of bytes<br>
&gt; to tens of megabytes in size. Needless to say, if any of these make<br>
&gt; it to a display statement, it isn&#39;t pretty.  Actually, since the<br>
&gt; structures also include location information, the result can be (is)<br>
&gt; larger than the actual XML was.<br>
<br>
</div>If this is printout on the repl then maybe `pretty-print-depth&#39; is the<br>
right answer?<br>
<font color="#888888"><br>
--<br>
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:<br>
                    <a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a>                   Maze is Life!<br>
</font></blockquote></div><br>