From: Hannah Schroeter
Subject: Re: doubts on a macro generating HTML
Date: 
Message-ID: <atak2u$guo$3@c3po.schlund.de>
Hello!

Peter Seibel  <·····@javamonkey.com> wrote:
>[...]

>I got faked out by this recently too--read the documentation for
>FORMAT in the CLHS carefully, the destination argument is:

>  destination -- nil, t, a stream, or a string with a fill pointer.
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

>[...]

The behaviour for that isn't really described too much in the CLHS.
And there's no mention of *adjustable* strings (with fill pointer),
alas, even though you can do things with (with-output-to-string)
mostly.

Kind regards,

Hannah.