hmm ... set a C breakpoint in signal_1[] or wherever, to see where the error is
actually happening. use debug_backtrace() if necessary. this should probably
allow you to fix the error properly.
----- Original Message -----
From: "Andy Piper" <andy(a)xemacs.org>
To: "XEmacs Beta List" <xemacs-beta(a)xemacs.org>
Cc: <ben(a)xemacs.org>
Sent: Wednesday, October 16, 2002 8:58 PM
Subject: Bug in generic dialogs?
There is this annoying bug in the generic dialog support (and others
I
guess) where if you click on the dialog background you get "Not over a
window" (not so worried about this although it would be nice to fix) however
the error causes the dialog event loop handling code to bomb out so that if
you click "ok" or whatever you get "No catch for tag:
internal-dialog-box-finish". I'm not sure what the best way to fix it is. My
first thought was to disable mouse-track but it looks like this error is
signaled before any hooks are called. Catching the error in make-dialog-box
doesn't seem to help either. Any ideas?
andy