emacs-devel
[Top][All Lists]
Advanced

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

Re: Indentation of LISP code


From: Richard Stallman
Subject: Re: Indentation of LISP code
Date: Wed, 28 Feb 2007 02:27:42 -0500

    Do you prefer that the line 

    ( defun  ( x &optional a b  c d)

    after applying an indent-function

    stay in the same form,

Yes.

                           or to be rendered so:

    (defun (x &optional a b c d)

Definitely not.  Indentation commands should not alter whitespace
within the code.  They should change the indentation of code and
comments, but not internal whitespace.




reply via email to

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