[hunchentoot-devel] cl-who and case-sensitive XML generation
Hans Hübner
hans.huebner at gmail.com
Tue Jun 9 19:38:48 UTC 2009
David,
On Tue, Jun 9, 2009 at 14:56, David Neu<david at davidneu.com> wrote:
> I'm running cl-who Version 1.0.0, 2009-0x-xx and sbcl 1.0.28. Setting
> *downcase-tokens-p* within a LET doesn't work as I expected, but
> using SETF does.
CL-WHO:WITH-HTML-OUTPUT-TO-STRING is a macro, so binding the dynamic
*DOWNCASE-TOKENS-P* variable at run time will not have the desired
effect. You'll either want to set the variable in your compilation
unit using SETF or bind it around your compiler invocation.
-Hans
More information about the Tbnl-devel
mailing list