emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Incorrect indentation after :name


From: Juanma Barranquero
Subject: Re: Incorrect indentation after :name
Date: Thu, 7 Jul 2005 20:49:17 +0200

On 7/7/05, Lawrence Mitchell <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]