From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: A scrolling wish.. Date: Mon, 23 Sep 2002 23:23:29 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87fzw1rv71.fsf@computer.localdomain> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032837992 6483 127.0.0.1 (24 Sep 2002 03:26:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Sep 2002 03:26:32 +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 17tgLH-0001gP-00 for ; Tue, 24 Sep 2002 05:26:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17th1r-0003dg-00 for ; Tue, 24 Sep 2002 06:10:31 +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 17tgLL-0004dP-00; Mon, 23 Sep 2002 23:26:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tgIN-0003bw-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 23:23:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tgIL-0003bc-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 23:23:30 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tgIL-0003bN-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 23:23:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17tgIL-0006Kv-00; Mon, 23 Sep 2002 23:23:29 -0400 Original-To: deego@glue.umd.edu In-reply-to: <87fzw1rv71.fsf@computer.localdomain> (message from D. Goel on 23 Sep 2002 04:01:22 -0400) 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:8137 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8137 If I programatically call (scroll-up 2), there seems to be no way to tell what the result of the operation was. viz. whether we reached a max-scrolled-out [not same as eobp] condition, or whether the output succeeded. (scroll-up) always returns nil. Perhaps it could return something more useful? Do you want to implement it and debug it?