On 7/7/05, Lawrence Mitchell <[EMAIL PROTECTED]> wrote:

> This breaks the standard indentation of IF in lisp-mode buffers.

If you mean that `if's are:

(if x
    (a)
  (b)
  (c))

instead of:

(if x
    (a)
    (b)
    (c))

I would consider this a clear advantage.

Anyway, I'm not proposing my customizations to be adopted, I'm happy
having them on .emacs...

-- 
                    /L/e/k/t/u


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to