On Wed, Aug 01 2012, Evrim Ulu wrote:
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)?
SLIME, actually common-lisp-indent-function, ignores the package qualifier of symbols when indenting. bar:foo and baz:foo are indented the same.
Helmut