Some time ago, Andy Piper wrote...
At 01:47 AM 3/26/01 -0700, Ben Wing wrote:
>was already invoked and processed is getting seen again, but clearly
>something is amiss in this code. since this twisty windy code was
>reworked a lot for windows and i don't yet understand it, could some
>windows expert help?
I am still suspicious that the fact that the event loop runs in a
different thread [is this true?] can cause all sorts of nasty race
conditions in XEmacs.
This is not true in XEmacs. In NTEmacs, it does run in a separate thread.
Destroying this "feature" was the first think I did when I joined the XEmacs
team. You are right Andy, syntchronization could be extremely tricky.
I'll look into this bug.
-kkm