[slime-devel] semantic indentation
Evrim Ulu
evrimulu at gmail.com
Wed Aug 1 15:16:03 UTC 2012
Hello,
I'm looking for a solution to my indentation problem.
I have functions named like <:html, <:body, <package1:a-tag.
I want them to be indented as '(&body) so that on the next line
indentation is neat.
For example, like this:
(<:html :some-property "foo"
(<:body
...))
I've read this,
http://common-lisp.net/project/slime/doc/html/Semantic-indentation.html
Is there a way to tell swank/slime indent all symbols in a package for
instance (find-package '<) and indent all exported symbols as
'(&body)?
Thanks,
evrim.
More information about the slime-devel
mailing list