Version: (using KDE KDE 3.5.6) Installed from: Ubuntu Packages I wish there was auto-indentation for common lisp.
are there any guidelines how to indent lisp code properly? ;)
Here are some references that cover Lisp indention: http://dept-info.labri.fr/~strandh/Teaching/MTP/Common/Strandh-Tutorial/indentation.html http://www.notam02.no/internt/cm-sys/cm-1.4/doc/contrib/lispstyle.html The bottom of this page describes lisp indentation: http://www.gigamonkeys.com/book/syntax-and-semantics.html Perhaps indent the way that Emacs Slime indents: http://common-lisp.net/project/slime/
A list indenter exists in kde4. More details on http://dhaumann.blogspot.com/2007/07/kate-more-on-indentation-scripting.html
Close, since there is a LISP indenter now, as said...