[slime-devel] indentation wishlist item

Nikodemus Siivola nikodemus at random-state.net
Wed May 13 16:42:58 UTC 2009


DEFUN / DEFMETHOD / DEFGENERIC lambda list indentation works currently like so:

(defgeneric shared-initialize (instance slot-names &rest initargs
                                        &key &allow-other-keys))

whereas

(defgeneric shared-initialize (instance slot-names &rest initargs
                               &key &allow-other-keys))

would be preferred (aligning &KEY with INSTANCE, not SLOT-NAMES.)

Cheers,

 -- Nikodemus




More information about the slime-devel mailing list