From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: Include which-key.el in the Emacs distribution Date: Tue, 08 Sep 2020 13:51:09 -0400 Message-ID: References: <83sgbskwq8.fsf@gnu.org> <87pn6wi2zs.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18984"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eliz@gnu.org, stefan@marxist.se, justin@burkett.cc, emacs-devel@gnu.org To: Amin Bandali Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 08 19:51:53 2020 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 1kFhma-0004nx-N0 for ged-emacs-devel@m.gmane-mx.org; Tue, 08 Sep 2020 19:51:52 +0200 Original-Received: from localhost ([::1]:48204 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFhmZ-0005uN-Iz for ged-emacs-devel@m.gmane-mx.org; Tue, 08 Sep 2020 13:51:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39280) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFhlv-0005Uw-Hc for emacs-devel@gnu.org; Tue, 08 Sep 2020 13:51:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45125) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFhlu-0002rC-Sx; Tue, 08 Sep 2020 13:51:10 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kFhlt-0000rT-W8; Tue, 08 Sep 2020 13:51:10 -0400 In-reply-to: <87pn6wi2zs.fsf@gnu.org> (message from Amin Bandali on Tue, 08 Sep 2020 13:37:27 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:254784 Archived-At: > Btw, did you figure out how to scroll to the next page? In > particular, after typing "C-h" that shows the first page of Help > commands? Pagination is done by hitting C-h C-n and C-h C-p, or C-h n and C-h p when the which-key popup is active. That was Eli's point -- it doesn't work with C-h -- please try it. C-h ;; Shows first "C-h (Type ? for further options)-", then after a secondthe ;; which-key pop-up occurs. C-h ;; Now the C-h help help buffer will be shown. C-n ;; Now you're viewing the NEWS file. I.e., you cannot paginate through the commands if you are issuing C-h and have which-key-mode on.