NOTE: This patch has been committed.
I've checked out the changes and recompiled.
(while t)
- C-g works
- C-Sh-g works
(let ((inhibit-quit t)) (while t))
- C-g doesn't works
- C-Sh-g works
as expected. Excellent!
Two additional things:
First, I've started noticing the dreaded "random lockups" since the
change to set BROKEN_SIGIO. I will let you know if I continue to observe
them with the most recent set of changes.
Second, I had to make a few changes to get event-msw.c to compile under
cygwin. I will post these to xemacs-patches separately.