This was a bug in who-ps-html, thank you for finding it. I've pushed a patch to the git repository.
Vladimir On Mon, Aug 22, 2011 at 9:38 AM, Canhua <[email protected]> wrote: > hi, what's the parenscript WHO-PS-HTML syntax of this html snippet: > <p>t0<span>t1</span></p> > I tried > (who-ps-html (:p "t0" (:span "t1"))), > which evals to an error, saying function :span is not defined. > > Althrough I also found that CL-WHO accepts the following: > > (who:with-html-output-to-string (s) (:p "t0" (:span "t1"))) > > Thanks. > > _______________________________________________ > parenscript-devel mailing list > [email protected] > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel > _______________________________________________ parenscript-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
