Travis Cross travis@crosswirecorp.com writes:
Is there a reason that slime-conservative-indentation defaults to t (or any disadvantage to setting this to nil)?
If you have written some code without SLIME and you edit it now with SLIME there's a chance that some macros will be indented differently. This might be annoying ... or not. It certainly annoyed me for some time, but now I just set the 'common-lisp-indent-function properties in my .emacs. That's more predictable than relying on SLIME or def* heuristics.
As slime-conservative-indentation seems to be a commons source of confusion, I will change the default to t.
Thanks for the suggestion.
Helmut.