Some time ago, Kyle Jones wrote...
|+
| This patch needs to be reverted. The next event callback does
| more than just block waiting for input. It can run Lisp code, by
| way of the menu system. If quit polling is disabled, C-g won't
| break out of this code on systems that need the polling.
|-
Um, yes you are right. I will make the change Windows specific,
re-enabling polling when lisp code could be called from out
next_message. Is this relevant on UNIX, i.e. are there many systems
which do not support SIGIO?
Kirill