From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: D. Goel Newsgroups: gmane.emacs.devel Subject: Re: A scrolling wish.. Date: 24 Sep 2002 11:20:15 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <87k7lbl8i8.fsf@computer.localdomain> References: <87fzw1rv71.fsf@computer.localdomain> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032880928 20035 127.0.0.1 (24 Sep 2002 15:22:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Sep 2002 15:22:08 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17trVk-0005Ch-00 for ; Tue, 24 Sep 2002 17:22:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17tsCZ-0003z9-00 for ; Tue, 24 Sep 2002 18:06:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17trVn-0008M0-00; Tue, 24 Sep 2002 11:22:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17trU4-0008D5-00 for emacs-devel@gnu.org; Tue, 24 Sep 2002 11:20:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17trU2-0008Ct-00 for emacs-devel@gnu.org; Tue, 24 Sep 2002 11:20:19 -0400 Original-Received: from 24-197-159-102.charterga.net ([24.197.159.102] helo=computer) by monty-python.gnu.org with esmtp (Exim 4.10) id 17trU1-0008CR-00; Tue, 24 Sep 2002 11:20:17 -0400 Original-Received: from deego by computer with local (Exim 3.35 #1 (Debian)) id 17trU0-0006Ka-00; Tue, 24 Sep 2002 11:20:16 -0400 Original-To: rms@gnu.org In-Reply-To: Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8146 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8146 > Do you want to implement it and debug it? I shall try to. (scroll-up) and (scroll-down) already do throw errors if they reach a bobp or eobp condition. I could perhaps try to also make the regular case return something useful, like the amount of (window-vscroll). More importantly, i would like to fix/see-getting-fixed the bug in (window-vscroll), and will work on it. It always returns 0 for me (with one excetion, which is not worth going into)---in short, the "answer" it returns seems clearly wrong. Am I misinterpreting the function? Or could someone please confirm the bug?