From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: Scrolling up at the end of the buffer Date: Wed, 02 Nov 2005 14:02:29 +0100 Message-ID: References: <436409D3.6040703@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130937786 3170 80.91.229.2 (2 Nov 2005 13:23:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Nov 2005 13:23:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 02 14:23:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXIXc-0006JE-Gp for ged-emacs-devel@m.gmane.org; Wed, 02 Nov 2005 14:20:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXISr-0005bb-8j for ged-emacs-devel@m.gmane.org; Wed, 02 Nov 2005 08:15:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXIJd-0001qK-Ij for emacs-devel@gnu.org; Wed, 02 Nov 2005 08:06:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXIJa-0001of-IX for emacs-devel@gnu.org; Wed, 02 Nov 2005 08:06:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXIJY-0001nj-Ac for emacs-devel@gnu.org; Wed, 02 Nov 2005 08:06:05 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EXIJX-0007XQ-VL for emacs-devel@gnu.org; Wed, 02 Nov 2005 08:06:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EXIIA-0000WA-Rg for emacs-devel@gnu.org; Wed, 02 Nov 2005 14:04:38 +0100 Original-Received: from user.ifsab.se ([193.41.170.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2005 14:04:38 +0100 Original-Received: from brakjoller by user.ifsab.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2005 14:04:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: user.ifsab.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:ZBstUa/0bzuHzFdLJ8EfV0LWUgA= 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 Xref: news.gmane.org gmane.emacs.devel:45296 Archived-At: Lennart Borgman writes: > Scrolling up at the end of a buffer moves the last line up from the > bottom of the screen. It does not seem useful for me. Is this a bug? > This happens if I use for example `scroll-up'. I don't understand this. Just now I put the cursor on the last line in a buffer and pressed C-v (scroll-up) and I only got the "End of buffer" message.