[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Sun Nov 1 07:30:04 UTC 2009


* Duncan Harvey [2009-10-31 17:32+0100] writes:

> On a related note, is it possible to improve the indentation of  
> grouped loop clauses?  For example:
>
> (loop for cited-title in (gather-referrenced-titles entries)
>        for target-entries = (gethash cited-title title/entry-hash)
>        unless target-entries
>          collect cited-title into orphans
>        else when (> (length target-entries) 1)
>          collect cited-title into ambiguities
>        finally (return (values orphans ambiguities))))

contrib/slime-indentation.el supposedly does that.

Helmut





More information about the slime-devel mailing list