From: Software Scavenger
Subject: Lispworks indent
Date: 
Message-ID: <a6789134.0109040810.62b888e@posting.google.com>
It seems to me the indentation of the Lispworks editor needs to be
more sophisticated.  Is there some option or package for that?  E.g.

(defun a (b)
  (labels
      ((xyz (c)
            (whatever))
       (longer-name (d)
                    (indentation seems wrong here))
       (etc))))

setup-indent does not seem to be the solution, because it seems to
require advance knowledge of the function name, which would not work
in the above case of longer-name for example.