Subject: Re: indentation levels with (format ...)
From: Erik Naggum <erik@naggum.net>
Date: 2000/08/30
Newsgroups: comp.lang.lisp
Message-ID: <3176657080550461@naggum.net>

* Masoud Pirnazar <ampirnazar@poboxes.com>
| Any ideas how to do this cleanly, ideally so I can just call (format
| ...) without having to call (indent-line-if-necessary) before each
| new line?

  You can use logical blocks in the pretty printer for this.  That
  won't be much different from how the pretty printer does it for
  Lisp, either, so you can probably learn from some relevant code.

#:Erik
-- 
  If this is not what you expected, please alter your expectations.