[cl-who-devel] regression for *attribute-quote-char* in cl-who-0.11.1

Edi Weitz edi at agharta.de
Mon Mar 9 22:04:57 UTC 2009


On Sun, Mar 8, 2009 at 4:29 PM, Andrei Stebakov <lispercat at gmail.com> wrote:
> in cl-who-0.11.0 the *attribute-quote-char* works well:
>
> (let ((cl-who:*attribute-quote-char* #\"))
>  (with-html-output-to-string (*standard-output* nil :prologue nil :indent nil)
>    (:p :onmouseover "func()")))
>
> produces:
> "<p onmouseover=\"func()\"></p>"
>
> in cl-who-0.11.1 it produces "<p onmouseover='func()'></p>"

Thanks for the report.  Please try the current development version
which I just put here:

  http://bknr.net/trac/browser/trunk/thirdparty/cl-who

I think it works there.

Thanks,
Edi.




More information about the Cl-who-devel mailing list