Hi all,<div><br></div><div>I haven&#39;t used CM in a while, and it appears that things have changed. Using Grace, tabbed indentation seems to not be working correctly.</div><div><br></div><div>For example, the function</div>
<div><br></div><div><div>(define (greater-than-three number)</div><div>  (cond ((&gt; number 3) #t)</div><div>        ((&lt; number 3) #f)</div><div>    ((= number 3) #f)))</div><div><br></div><div>is formatted strangely by default, and I can&#39;t indent the last conditional case to match the other two. Is this a known issue, or</div>
<div>am I missing something important?</div><div><br></div><div>Thanks a lot,</div><div><br></div><div>- Greg Surges</div><br>-- <br>--<br><a href="http://www.gregsurges.com">http://www.gregsurges.com</a><br>
</div>