> No, the problem is not yet addressed. There is still only
> with-html-output-to-string macro which takes a body of s-exp and
> returns an html string. This topic was discussed in cl-who list and
> Edi mentioned that it's a major re-write for the library to make a
> function which returns an html string given a list of s-exp.

Okay, how about this:

  1. Add an :AROUND method for the GF in question in your code

  2. In this :AROUND method:

   a) find the original CL-WHO method OM and the Weblocks method WM

   b) check whether a dynamic var is bound (i.e. whether you're
      calling from your code). If yes, call OM; otherwise call WM.

Kludgy but necessary if a large CL-WHO rewrite is the only other option...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to