On Tue, 12 Aug 2008 18:07:46 -0400, "Andrei Stebakov" <lispercat@gmail.com> wrote:WITH-HTML-OUTPUT is a macro, so what is relevant is the value of
> By default the variable is initialized to #\' If I want to change it
> to #\" via local binding I still get the single quotes in the
> resulting string.
*ATTRIBUTE-QUOTE-CHAR* at macro expansion time. If you play around in
the REPL, this is obviously different for Lisps which always compile
everything (like SBCL) and Lisps which use an interpreter for REPL
forms (like LispWorks). See chapter 3 of the CLHS for details.
Edi (still on vacation).
_______________________________________________
cl-who-devel site list
cl-who-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-who-devel