[slime-devel] cl-indent lossage
Lynn Quam
quam at ai.sri.com
Fri Oct 29 16:21:28 UTC 2004
Was it intentional that the version of cl-indent.el in SLIME
changed the indentation for the LOOP macro? In particular
cl-indent in SLIME now does this indentation:
(loop for x in l
for y for = (foo x)
do (mumble x y))
whereas cl-indent in EMACS does this indentation:
(loop for x in l
for y for = (foo x)
do (mumble x y))
I much prefer the EMACS indentation.
More information about the slime-devel
mailing list