emacs-devel
[Top][All Lists]
Advanced

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

Re: Incorrect indentation after :name


From: Richard M. Stallman
Subject: Re: Incorrect indentation after :name
Date: Fri, 08 Jul 2005 00:36:51 -0400

    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.

I am not sure which of the two you are preferring.  However, I can
state that the first pattern above is the way Emacs is supposed to
indent an if expression.

This is not going to be changed--please let's not spend time talking
about such a change.






reply via email to

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