From xemacs-m  Sat Jan 11 00:13:24 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id AAA26533 for <xemacs-beta@xemacs.org>; Sat, 11 Jan 1997 00:13:23 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQbxzk18349; Sat, 11 Jan 1997 01:13:23 -0500 (EST)
Date: Sat, 11 Jan 1997 01:13:23 -0500 (EST)
Message-Id: <QQbxzk18349.199701110613@crystal.WonderWorks.COM>
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 19.14: set-window-buffer causes scrolling bug
Newsgroups: comp.emacs.xemacs
In-Reply-To: <5ai6nt$3q3@crystal.WonderWorks.COM>
References: <5ai6nt$3q3@crystal.WonderWorks.COM>

Kyle Jones writes:
 > xemacs -q -name noname
 > 
 > Put the following in the *scratch* buffer.
 > 
 > (let ((w (selected-window))
 >       (b (current-buffer)))
 >   (set-window-buffer w b)
 >   (scroll-up nil))
 > 
 > Put the cursor on the line following the Lisp and type C-x C-e.
 > Note that the text scrolls.  This is incorrect behavior; all the
 > text fits vertically on the screen, so end-of-buffer should be
 > signaled.  Repeated C-x C-e's will scroll all the text out of
 > view and end-of-buffer will never be signaled.

20.0b34 has this bug as well.

