From: Eli Zaretskii Date: Wed, 31 Jan 2001 07:49:43 +0000 (+0000) Subject: (redisplay-dont-pause): Set to t to alleviate display problems. X-Git-Tag: emacs-pretest-21.0.98~279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f289accc6cfcdf1eaa86b1a11719742c8afe23f;p=emacs.git (redisplay-dont-pause): Set to t to alleviate display problems. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 512e8c05a1a..19bbeb308b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-01-31 Eli Zaretskii + + * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate + display problems. + 2001-01-31 Kenichi Handa * international/mule.el (charset-info): Fix docstring. diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 71e7f56256b..17411a6f0b6 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -79,6 +79,10 @@ (if (fboundp 'new-fontset) (require 'fontset)) +;; FIXME: this is temporary for v21.1, since many redisplay problems +;; happen if redisplay-dont-pause is nil. +(setq redisplay-dont-pause t) + ;; Because Windows scrollbars look and act quite differently compared ;; with the standard X scroll-bars, we don't try to use the normal ;; scroll bar routines.