[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PageUp on first page
From: |
Óscar Fuentes |
Subject: |
Re: PageUp on first page |
Date: |
Tue, 02 Apr 2019 12:51:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) |
Aleksey Midenkov <midenok@gmail.com> writes:
> When PageUp is done from first page, cursor doesn't move to first
> position (line 1, col 1). This is minor, though annoying misfeature. I
> guess it is easily solved at config level, but it would be great to
> see it as a standard default (like the most of editors world do).
> Thanks!
M-x report-emacs-bug
That's the recommended method for asking for feature requests.
On this case you can put
(setq scroll-error-top-bottom 't)
on your .emacs to obtain what you want.