Lee Spector <lspec...@hampshire.edu> writes:

Hi Lee,

> Does anyone know of a concise description of the default rules that
> SLIME uses to auto-indent code?

AFAICT, SLIME doesn't have on own indentation function but uses standard
emacs lisp-mode indentation.  That can be tweaked somehow, to provide
custom indentation for own macros: (info "(elisp)Indenting Macros").
Well, that's how it's done to tweak indentation of macros in emacs lisp,
but there is something similar with the same format for specifying
exceptions in other lisp dialects as well.

lisp-mode.el is pretty well documented, so you might want to have a look
at the function `calculate-lisp-indent'.

Bye,
Tassilo

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to