[slime-devel] Is this right?

Helmut Eller e9626484 at stud3.tuwien.ac.at
Wed Oct 20 06:23:03 UTC 2004


Peter Seibel <peter at javamonkey.com> writes:

> These days (and perhaps before) function arguments get indented like this:
>
>   (defun foo (x y z)
>     (some-function 
>      x
>      y
>      z))

Yes, this is the usual indentation for ordinary function calls,
i.e. arguments start in the same column as the function name.  The
forms in the body of special forms indented relative to the opening
paren.  lisp-body-indent could be used to customize the number of
columns, but everybody seems to be happy with 2 columns.

Helmut.




More information about the slime-devel mailing list