Bug 147693

Summary: Auto Indentation for common lisp
Product: [Applications] kate Reporter: Nick Mudge <mudgen>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nick Mudge 2007-07-09 10:33:45 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages

I wish there was auto-indentation for common lisp.
Comment 1 Dominik Haumann 2007-07-14 19:30:38 UTC
are there any guidelines how to indent lisp code properly? ;)
Comment 2 Nick Mudge 2007-07-14 20:06:59 UTC
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/
Comment 3 Dominik Haumann 2007-10-05 11:48:42 UTC
A list indenter exists in kde4. More details on http://dhaumann.blogspot.com/2007/07/kate-more-on-indentation-scripting.html
Comment 4 Dominik Haumann 2010-11-07 21:35:24 UTC
Close, since there is a LISP indenter now, as said...