From joubert.nel at infiniteimprobability.com Mon Dec 21 19:17:01 2009 From: joubert.nel at infiniteimprobability.com (Joubert Nel) Date: Mon, 21 Dec 2009 14:17:01 -0500 Subject: [cl-who-devel] Transforming quoted lists Message-ID: Hi - How can I get WITH-HTML-OUTPUT-TO-STRING to transform lists that are quoted? e.g. this works fine (not quoted): (with-html-output-to-string (out nil) (:div "test")) but, how can I get cl-who to transform if the body is quoted: with-html-output-to-string (out nil) '(:div "test")) Joubert Nel Workstax http://www.workstax.com The Corporate Grapevine Separate the important from the irrelevant -------------- next part -------------- An HTML attachment was scrubbed... URL: From edi at agharta.de Mon Dec 21 20:17:49 2009 From: edi at agharta.de (Edi Weitz) Date: Mon, 21 Dec 2009 21:17:49 +0100 Subject: [cl-who-devel] Transforming quoted lists In-Reply-To: References: Message-ID: Unfortunately you can't, because it's a macro. Cheers, Edi. On Mon, Dec 21, 2009 at 8:17 PM, Joubert Nel wrote: > Hi - > How can I get?WITH-HTML-OUTPUT-TO-STRING to transform lists that are quoted? > e.g. > this works fine (not quoted): > (with-html-output-to-string (out nil) (:div "test")) > but, how can I get cl-who to transform if the body is quoted: > with-html-output-to-string (out nil) '(:div "test")) > > > Joubert Nel > Workstax?http://www.workstax.com > The Corporate Grapevine > Separate the important from the irrelevant > > _______________________________________________ > cl-who-devel site list > cl-who-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-who-devel >