From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: terminal scrolling in help Date: Mon, 13 Dec 2021 17:10:36 +0200 Message-ID: <834k7cmtg3.fsf@gnu.org> References: <87y24pj6nd.fsf@yandex.com> <83ilvsmzjg.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40369"; mail-complaints-to="usenet@ciao.gmane.io" Cc: m43cap@yandex.com, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 13 16:11:49 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mwmzV-000AJk-O6 for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Dec 2021 16:11:49 +0100 Original-Received: from localhost ([::1]:33334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mwmzU-0001Mz-FW for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Dec 2021 10:11:48 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwmyP-0000KU-Ub for emacs-devel@gnu.org; Mon, 13 Dec 2021 10:10:41 -0500 Original-Received: from [2001:470:142:3::e] (port=33960 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwmyP-0004bt-Lp; Mon, 13 Dec 2021 10:10:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=g+SFS+Xsndl7edDxCxt5MePwwz/yVryzPBrs1viV8iQ=; b=n9RLTuBN7Uu0 I/d27tZbWlg4oc3WbXm+OlhulCDjkMTae8eRv97L7h7gxCD4iXb9n/k2Cflb3BKoz2Z+wOZZ7chiq gUOcNvOTMS19f018ShGFrVTFzfv88WRN1yAjp70UjdZmJTumyeUs/gKNSXESGnPgUtU91jv7hr6p+ gpRvKQY+iK8cHzhrMpx8x/2ExSWWvoKcqC2L9CXb6HPSTvLjFrD4wkyauAORQKNCqmYqqdXq21atA oSECuoB5QhZa8t6Hy14oYRAysKe2XkPUx1NhwXDuLi534qMYusSEVLeULrmFbPs8RA1G0mPQnbaDX u0TkBQwpfvdWuk4eg0S4EQ==; Original-Received: from [87.69.77.57] (port=3125 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwmyP-00057H-AV; Mon, 13 Dec 2021 10:10:41 -0500 In-Reply-To: (message from Stefan Kangas on Mon, 13 Dec 2021 05:49:36 -0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281852 Archived-At: > From: Stefan Kangas > Date: Mon, 13 Dec 2021 05:49:36 -0800 > Cc: emacs-devel@gnu.org > > >> I am wondering why the scroll advice was changed? > > Because those are more natural keys to use on graphical displays. > > > How about providing a patch that adds SPC and DEL to the advice? > > Can we detect that we are running in a terminal and show SPC and DEL > there, while showing and on graphical displays? We can, but why? PageUp/PageDown are available on some terminals as well, and SPC/DEL are available on GUI displays.