Punny, right? Anyway, I can&#39;t figure out how to get DrRacket to indent like this:<div><br></div><div><table cellspacing="0" class="RktBlk" style="white-space:inherit;text-align:left;font-family:serif;background-color:rgb(255,255,255)">

<tbody><tr style="white-space:inherit"><td style="padding-left:0px;padding-right:0px;vertical-align:baseline;white-space:inherit"><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">(</span><span class="RktSym" style="font-family:monospace;white-space:inherit;color:rgb(38,38,128)"><a href="../reference/define.html#(form._((lib._racket/private/base..rkt)._define))" class="RktStxLink" style="text-decoration:none;color:black">define</a></span><span class="hspace" style="font-family:monospace"> </span><span class="RktSym" style="font-family:monospace;white-space:inherit;color:rgb(38,38,128)">msg</span><span class="hspace" style="font-family:monospace"> </span><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">(</span><span class="RktSym" style="font-family:monospace;white-space:inherit;color:rgb(38,38,128)"><a href="../reference/objcreation.html#(form._((lib._racket/private/class-internal..rkt)._new))" class="RktStxLink" style="text-decoration:none;color:black">new</a></span><span class="hspace" style="font-family:monospace"> </span><span class="RktSym" style="font-family:monospace;white-space:inherit;color:rgb(38,38,128)"><a href="message_.html" class="RktValLink" style="text-decoration:none;color:blue">message%</a></span><span class="hspace" style="font-family:monospace"> </span><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">[</span><span class="RktSym" style="font-family:monospace;white-space:inherit;color:rgb(38,38,128)">parent</span><span class="hspace" style="font-family:monospace"> </span><span class="RktSym" style="font-family:monospace;white-space:inherit;color:rgb(38,38,128)">frame</span><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">]</span></td>

</tr><tr style="white-space:inherit"><td style="padding-left:0px;padding-right:0px;vertical-align:baseline;white-space:inherit"><span class="hspace" style="font-family:monospace">                          </span><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">[</span><span class="RktSym" style="font-family:monospace;white-space:inherit;color:rgb(38,38,128)">label</span><span class="hspace" style="font-family:monospace"> </span><span class="RktVal" style="font-family:monospace;white-space:inherit;color:rgb(34,139,34)">&quot;No events so far...&quot;</span><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">]</span><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">)</span><span class="RktPn" style="font-family:monospace;white-space:inherit;color:rgb(132,60,36)">)<br>

</span></td></tr></tbody></table><br></div><div>like it is in the docs. I&#39;ve tried putting new in the begin-like, define-like, and lambda-like sections of the preferences and none of them do it. I&#39;m sure there&#39;s a simple solution that&#39;s in an obvious place in the docs, but it&#39;s eluding me right now. (I at least looked in the <b>most</b> obvious place that I could think of, which is the DrRacket preferences section, but the entry on indenting wasn&#39;t very helpful for what I want to know: &quot;This panel controls which keywords DrRacket recognizes for indenting, and how each keyword is treated.&quot;)</div>