[kpax-devel] Pretty HTML output?
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Mon Jun 19 12:18:53 UTC 2006
On 19 Jun 2006, at 11:19, Friedrich Dominicus wrote:
> There is a variable *pprint-html* but it seems it does not do anything
> with the HTML. I checked out the cl-who stuff and it seems there
> should be some move whitespace (aka new lines) in the code.
>
> Can anyone give me a hand on this?
This is a bit of a implementation problem/bug:
the variable *pprint-html* and the :pretty-print keyword are used in
a macro __at complile time__,
so the only solution to make this work is to force a recompile of
everything ;-)
Sven
More information about the kpax-devel
mailing list