j
k
j a
j l
I have a macro with such lambda-list: (defmacro fluid-let (&environment env (&rest bindings) &body body) ...)
With „slime-indentation”, it gets indented pretty badly:
(fluid-let () 42)
Without it, it's (correctly) indented as with LET bodies.
Back to the thread
Back to the list