From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: PageUp on first page Date: Tue, 02 Apr 2019 12:51:42 +0200 Message-ID: <87o95oznlt.fsf@telefonica.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="204383"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Aleksey Midenkov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 02 12:52:53 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hBH2D-000r2S-Fq for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Apr 2019 12:52:53 +0200 Original-Received: from localhost ([127.0.0.1]:43832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBH2C-0007Ea-A5 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Apr 2019 06:52:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:55874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBH20-00071N-4c for help-gnu-emacs@gnu.org; Tue, 02 Apr 2019 06:52:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBH1A-0007kT-KN for help-gnu-emacs@gnu.org; Tue, 02 Apr 2019 06:51:49 -0400 Original-Received: from relayout01-redir.e.movistar.es ([86.109.101.201]:19831) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBH1A-0007f5-Ar for help-gnu-emacs@gnu.org; Tue, 02 Apr 2019 06:51:48 -0400 Original-Received: from sky (111.red-79-151-26.dynamicip.rima-tde.net [79.151.26.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout01.e.movistar.es (Postfix) with ESMTPSA id 44YQxq141dzfb1C; Tue, 2 Apr 2019 12:51:42 +0200 (CEST) In-Reply-To: (Aleksey Midenkov's message of "Tue, 2 Apr 2019 12:35:28 +0300") X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.151.26.111 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout01 X-TnetOut-MsgID: 44YQxq141dzfb1C.A0FB5 X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1554807103.54315@52rDoGsAeMQDL8PqetSyuw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.109.101.201 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119827 Archived-At: Aleksey Midenkov 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.