Hello David,
Thank you for your message. Indeed, your tip worked and correctly omitted the warnings. As I said before, with some help and good description about the possible root cause of the bug, I would be glad to help you fix the bug in CXML code.
Best,
Alexandre Rademaker http://arademaker.github.com/
On Wed, Jul 11, 2012 at 11:33 AM, David Lichteblau david@lichteblau.com wrote:
sorry for the late response. The warnings are a cxml bug I haven't fixed yet (sorry about that, too :-)). Until then, my recommendation is to use the following workaround:
(handler-bind ((warning #'muffle-warning)) ...)
around the call to map-document to suppress the warnings and any related performance issues.
Best regards d.