help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Buffer Positioning


From: Jesper Harder
Subject: Re: Buffer Positioning
Date: Sat, 11 Jan 2003 03:45:22 +0100
User-agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.3.50 (i686-pc-linux-gnu)

"CarlC" <carlc@snowbd.com> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]