"TM" == Timothy Moore moore@bricoworks.com writes:
TM> On Jul 23, 2005, at 1:32 AM, rpgoldman@real-time.com wrote:
>> 3. Is there any reasonable way to handle CERROR in code running >> inside a CLIM UI? Seems like there should be, but I don't really know >> how one would go about doing it.... >> TM> Some clever handler established with handler-bind, left as an exercise TM> for the reader :)
I think the problem is that the CERROR recovery code can do something pretty arbitrary, and I don't believe there's any obvious way to introspect in the handler to guess what presentation type you need to accept to do what the CERROR handler wants....
R