<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-size: 13px; "><span style="font-family: arial, sans-serif; border-collapse: collapse; font-size: 13px; "><font face="'courier new', monospace">I am using the latest version of slime from cvs. I noticed that macros such as iter (from the iterate package) indents differently now than sometime in the past.<br>
<br>Current indentation:<br><br>(iter (for i below 3)<br>  (collect i))<br><br>Old indentation:<br><br>(iter (for i below 3)<br>      (collect i))    ; "collect" is lined up with "for"<br><br>An example with a macro from the clsql package:<br>
<br>Current indentation:<br><br>(clsql:with-default-database (db)<br>                             (progn))<br><br>Old indentation:<br><br>(clsql:with-default-database (db)<br>  (progn)) ; &body is indented 2 spaces<br>
<br>How do I configure slime to indent with the older styles?</font></span><div style="font-family: arial, sans-serif; "><span style="border-collapse: collapse; font-size: 13px; "><font face="'courier new', monospace"><br>
</font></span></div><div><font class="Apple-style-span" face="'courier new', monospace">My .emacs has:</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div>
<font class="Apple-style-span" face="'courier new', monospace"><div>(slime-setup '(slime-fancy </div><div>               slime-asdf </div><div>               slime-sprof</div><div>               slime-compiler-notes-tree</div>
<div>               slime-hyperdoc</div><div>               slime-mdot-fu</div><div>               slime-mrepl</div><div>               slime-indentation</div><div>               slime-repl))</div></font></div><font color="#888888" style="font-family: arial, sans-serif; "><div>
<span style="border-collapse: collapse; font-size: 13px; "><font face="'courier new', monospace">--</font></span></div></font></span>