Discussion:
Transforming quoted lists
Joubert Nel
2009-12-21 19:17:01 UTC
Permalink
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
Edi Weitz
2009-12-21 20:17:49 UTC
Permalink
Unfortunately you can't, because it's a macro.

Cheers,
Edi.


On Mon, Dec 21, 2009 at 8:17 PM, Joubert Nel
Hi -
How can I get WITH-HTML-OUTPUT-TO-STRING to transform lists that are quoted?
e.g.
(with-html-output-to-string (out nil) (:div "test"))
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
http://common-lisp.net/mailman/listinfo/cl-who-devel
Loading...