From xemacs-m  Mon Mar  3 07:32:25 1997
Received: from maes.esrin.esa.it (maes.esrin.esa.it [192.106.252.50])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA18391
	for <xemacs-beta@xemacs.org>; Mon, 3 Mar 1997 07:32:24 -0600 (CST)
Received: from mail.esrin.esa.it (plod.esrin.esa.it) by maes.esrin.esa.it with SMTP id AA18161
  (5.65c/IDA-1.4.4 for <xemacs-beta@xemacs.org>); Mon, 3 Mar 1997 14:32:29 +0100
Received: from penelope.esa.it by mail.esrin.esa.it (4.1/SMI-4.1)
	id AA12134; Mon, 3 Mar 97 13:32:34 GMT
Date: Mon, 3 Mar 97 13:32:34 GMT
Message-Id: <9703031332.AA12134@mail.esrin.esa.it>
Received: by penelope.esa.it (4.1/SMI-4.1)
	id AA06407; Mon, 3 Mar 97 14:37:13 +0100
From: Simon Marshall <Simon.Marshall@esrin.esa.it>
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: Re: [19.15b95]: Process output doesn't redisplay during sit-for
Reply-To: Simon Marshall <Simon.Marshall@esrin.esa.it>

I can also still duplicate this with b96, which is why Lazy Lock mode
still hangs *shell* etc. buffers.

------- Start of forwarded message -------
Date: Tue, 25 Feb 97 15:48:40 GMT
From: Simon Marshall <Simon.Marshall@esrin.esa.it>
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: [19.15b95]: Process output doesn't redisplay during sit-for

In XEmacs 19.14 and below (and presumably earlier 19.15 betas?) process
output while in a sit-for provoked a redisplay.  Now it does not:

xemacs -no-init-file -no-site-file

(defun fubar ()
  (message "sit-for = %s" (sit-for 10)))

(add-hook 'post-command-hook 'fubar)

M-x eval-buffer RET RET M-x shell RET w RET

and you will see nothing until the sit-for completes.  Ta, Si.
------- End of forwarded message -------

