emacs-devel
[Top][All Lists]
Advanced

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

Re: Indentation of LISP code


From: Stuart D. Herring
Subject: Re: Indentation of LISP code
Date: Tue, 27 Feb 2007 14:31:14 -0800 (PST)
User-agent: SquirrelMail/1.4.8-2.el3.7lanl

> Do you prefer that the line
>
> ( defun  ( x &optional a b  c d)
>
> after applying an indent-function
>
> stay in the same form, or to be rendered so:
>
> (defun (x &optional a b c d)

Indentation never changes whitespace within a line except (sometimes) to
adjust the space between the end of the real code and any comment on the
line.  I can't see a reason that we would want to change that, and only
for Lisp.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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