Ben wrote,
[3] if you can, please update to the latest xemacs 21.5 cvs on
cygwin,
and check whether C-g works for you by typing (while t) in a scratch
buffer, hitting C-j, then C-g and/or C-Sh-g.
Partial success.
(while t) - C-g and C-Sh-g both work.
M-q in a "*message* buffer - C-g and C-Sh-g both work.
(let ((inhibit-quite t)) (while t) - Neither C-g now C-Sh-g work.
Ben, your changes are certainly an improvement. Thanks.