Jason Rumney <[EMAIL PROTECTED]> writes: > I have noticed today that while pasting from Emacs to other apps, the > other app seems to hang until some input event occurs in Emacs > (normally when I switch to it and click on the window). > I suspect that the cause is the recent changes to sit-for. I cannot > reproduce the problem in emacs -Q, so there is probably some code > using sit-for inappropriately, but still, I think it is a bug that > sit-for prevents clipboard operations from proceeding normally.
On GNU/Linux, both clipboard and x-selection processes work fine during sit-for. So is probably a Windows bug; but I don't see how it could arise (nor is it obvious from your description that it IS a result of sit-for). Probably the easiest thing to do is find out where in your customizations the bug is coming from. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
