Jan Djärv <[EMAIL PROTECTED]> writes: > For the client (Emacs) X buffers all outgoing requests, until you do > an XFlush, XSync or tries to read another XEvent (XNextEvent and such) > or until the output buffer becomes full. > ... > That said, your changes seem to have a positive effect on slow > connections, it feels faster.
That's good news! I haven't checked, but maybe checking for input during redisplay will flush output ... so with the new preemption method, output is flushed less often than before, actually making X output run faster. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
