Karl Kleinpaste <karl(a)justresearch.com> writes:
I'm leaving this (dying) XEmacs attached to the gdb which caught
it,
so I am open to suggestions for things to look at. Anything you'd
like to see pobj'd...?
The window id as given in the X event structure of the event
x_event_to_emacs_event is dealing with and whether you can find this
id some where in 'xwininfo -tree'
Note that below for the 'magic' X events the event dropped onto the
floor when x_any_window_to_frame == 0 [1]. Maybe the same thing should
be done for keyboard events?
Jan
Footnotes:
[1] And that is wrong for other reasons for things like SelectionClear.