Re: Call for help

David Binger <[email protected]> Tue, 30 Jan 2007 10:19:49 -0500
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
On Jan 30, 2007, at 3:14 AM, Titus Brown wrote:
> -> C. Titus Brown <[email protected]>:
> ->     Added quixote.html.use_qpy to switch Quixote over to using qpy
> ->     instead of htmltext.
>
> whups.  This code was *contributed* by Mike Orr; I just integrated it
> and wrote a test.

I think it is necessary to commit to using either qpy or ptl
at the time that "quixote.html" is imported.  Otherwise, you open
the door for having, in your application, htmltext that is
in some places from qpy and in some places from ptl.
These two classes of quoted text are very similar, but they are
not written to coexist in an application.  If they do, you will
probably observe either over-quoting or exceptions.

I'm not sure how quixote should solve this puzzle.