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.