Jan Vroonhof writes:
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?
Probably, but I'd like to understand how such events could be
gerneated before taking such a step. There may be some bug that
we can fix and avoid taking this step.