emacs-devel
[Top][All Lists]
Advanced

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

Indentation of LISP code


From: A Soare
Subject: Indentation of LISP code
Date: Tue, 27 Feb 2007 22:16:07 +0100 (CET)

Because it was proved that the indentation in lisp mode must be rewritten ( 
project for after the release ) I would like to ask your opinion about this 
situation:

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)


I would like to know your opinions about.

Thank you.

Alin Soare







reply via email to

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