At 06:06 PM 3/12/99 -0500, David Bush wrote:
There also seems to be a mismatch between the call to
mswindows_dequeue_dispatch_event in emacs_mswindows_next_event
and the actual function. IT is being called with the argument
!NILP(mswindows_u_dispatch_event_queue) but does not have any
arguments. This suggests that there was a change of direction that
wasn't fully realized. I spend some time in the CVS history searching
for enlightenment.
I've deleted the argument and added an assert to the timeout case. If this
asserts then it means there is a bug in the cygwin implementation of
assert, which would explain a lot.
andy