From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: shell can't stand still Date: Sat, 19 Mar 2005 19:21:37 -0500 Message-ID: References: <5797de112d0249f031ed35a3edf0604b@Web.DE> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111279299 12007 80.91.229.2 (20 Mar 2005 00:41:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2005 00:41:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 20 01:41:38 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DCoVc-0001cn-Hw for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2005 01:41:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DComP-0001ey-MC for ged-emacs-devel@m.gmane.org; Sat, 19 Mar 2005 19:58:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DCoiY-0000I7-1i for emacs-devel@gnu.org; Sat, 19 Mar 2005 19:54:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DCoiC-0008Rf-QQ for emacs-devel@gnu.org; Sat, 19 Mar 2005 19:54:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DCoi8-0008ND-7x for emacs-devel@gnu.org; Sat, 19 Mar 2005 19:54:32 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DCoCH-00042m-DB for emacs-devel@gnu.org; Sat, 19 Mar 2005 19:21:37 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DCoCH-0006MS-1k; Sat, 19 Mar 2005 19:21:37 -0500 Original-To: Peter Dyballa In-reply-to: <5797de112d0249f031ed35a3edf0604b@Web.DE> (message from Peter Dyballa on Fri, 18 Mar 2005 22:52:56 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34801 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34801 When in the *shell* buffer a running command produces output it's quite impossible to scroll back using the page-up key. It seems as if the last output lines are being subtracted from the amount of lines to scroll up ... In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.8.0, GTK+ Version 2.4.9) of 2005-03-16 on Latsche.local That really surprises me. Once point is no longer at eob, it should stop moving. Can you provide a precise test case, starting from emacs -Q?