From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: View-scroll-page-forward baby steps not grown out of Date: Tue, 28 Sep 2004 04:28:06 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87pt47tq21.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096397854 26455 80.91.229.6 (28 Sep 2004 18:57:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Sep 2004 18:57:34 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Sep 28 20:57:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CCNA4-00011o-00 for ; Tue, 28 Sep 2004 20:57:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCNGM-00079G-PP for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Sep 2004 15:03:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CCNGF-00070a-Re for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2004 15:03:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CCNGD-0006yS-6U for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2004 15:03:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCNGD-0006yK-4H for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2004 15:03:37 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CCN9I-0000Sf-72 for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2004 14:56:28 -0400 Original-Received: from ppp-218-32-112-10.tc.sparqnet.net ([218.32.112.10]:32787 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:RC4-SHA:128) (Exim 4.42 #0) id 1CCN9E-000DaA-QX by authid with plain for ; Wed, 29 Sep 2004 00:26:27 +0530 Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1CC26Q-0001QS-Vr for bug-gnu-emacs@gnu.org; Tue, 28 Sep 2004 04:28:06 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9107 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9107 Gentlemen, is View-scroll-page-forward still unaware of window size changes or whatever, in the latest emacs version? $ mkdir 8; cd 8 $ seq 222 > 222 $ # Does this: $ emacs --no-site-file -nw -q . C-x 2 v C-x 1 SPC SPC SPC SPC $ # still only scroll half as far per spacebar press as this?: $ emacs --no-site-file -nw -q . v SPC SPC SPC SPC Maybe we are still supposed to hit "w". If so say so in View-scroll-page-forward's doc string. But by default scroll length should be dynamic, and not arbitrarily set at one point in time and then frozen. scroll-up (C-v) can handle the change, but not View-scroll-page-forward. emacs-version's value is "21.3.1"