From xemacs-m  Tue Feb  4 08:18:16 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 IAA03581
	for <xemacs-beta@xemacs.org>; Tue, 4 Feb 1997 08:18:13 -0600 (CST)
Received: from mail.esrin.esa.it (plod.esrin.esa.it) by maes.esrin.esa.it with SMTP id AA04670
  (5.65c/IDA-1.4.4 for <xemacs-beta@xemacs.org>); Tue, 4 Feb 1997 15:18:09 +0100
Received: from penelope.esa.it by mail.esrin.esa.it (4.1/SMI-4.1)
	id AA28195; Tue, 4 Feb 97 14:18:07 GMT
Date: Tue, 4 Feb 97 14:18:07 GMT
Message-Id: <9702041418.AA28195@mail.esrin.esa.it>
Received: by penelope.esa.it (4.1/SMI-4.1)
	id AA16302; Tue, 4 Feb 97 15:22:50 +0100
From: Simon Marshall <Simon.Marshall@esrin.esa.it>
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: [20.0b93]: post-command-hook now run after scrollbar redisplay
Reply-To: Simon Marshall <Simon.Marshall@esrin.esa.it>

In XEmacs 19.14 and below, functions on post-command-hook were run after
each change of window-start during scrolling, but before the window was
redrawn.  Now it seems the redraw occurs before the functions are run.
This makes the value of lazy-lock-hide-invisible irrelevant (behave is as
if nil) for scrollbar scrolling.  I don't have 19.15 around to test with.

Simon.

