From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: Buffer Positioning Date: Sat, 11 Jan 2003 03:45:22 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042253537 10286 80.91.224.249 (11 Jan 2003 02:52:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 11 Jan 2003 02:52:17 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18XBku-0002fl-00 for ; Sat, 11 Jan 2003 03:52:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18XBk8-0002db-0C for gnu-help-gnu-emacs@m.gmane.org; Fri, 10 Jan 2003 21:51:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5352 "CarlC" writes: > I have a couple of minor issues that I am having trouble finding help > on. See the section "Scrolling" in the manual for more details about changing scrolling behaviour. > 1) How can I get PgUp and PgDn to finally stop at the first/last line > of the buffer? They work just fine while in the middle of the > buffer. I would just like to have them do one more position if already > displaying the beginning/end. I don't know, but you can use `C-home' or `M-<' to go to the beginning of the buffer, and `C-end' or `M->' to go to the end. > 2) How can I get arrow up/down to scroll the buffer by one line? If my > cursor is on the last line of the window, I want a down arrow to > remain at the bottom of the window (on the next line of the buffer). (setq scroll-conservatively 1) should do that.