[cl-who-devel] Evaluating forms inside of with-html-output-to-string
Andrew Pennebaker
andrew.pennebaker at gmail.com
Wed Mar 2 07:13:12 UTC 2011
According to the documentation, with-html-output-to-string can evaluate Lisp
forms. In my experience, this is not the case.
(cl-who:with-html-output-to-string (*standard-output* nil :prologue nil
:indent t)
(:p (concatenate 'string "abc" "def")))
Should return
"<p>
abcdef
</p>"
but it actually returns
"<p>
</p>"
Specs:
- Lispbox CCL 1.6
- Mac OS X 10.6.6 and Ubuntu 10.10 Maverick
Cheers,
Andrew Pennebaker
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-who-devel/attachments/20110302/731b3645/attachment.html>
More information about the Cl-who-devel
mailing list