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: keysee.el (was: Re: Include which-key.el in the Emacs distribution) Date: Tue, 08 Sep 2020 14:33:44 -0400 Message-ID: References: <> <> <<83sgbskwq8.fsf@gnu.org>> <3b2bc5ac-0469-4c95-86e8-74806a06d3eb@default> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15516"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eliz@gnu.org, stefan@marxist.se, justin@burkett.cc, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 08 20:34:21 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 1kFiRg-0003rG-Np for ged-emacs-devel@m.gmane-mx.org; Tue, 08 Sep 2020 20:34:20 +0200 Original-Received: from localhost ([::1]:37088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFiRf-0004en-RN for ged-emacs-devel@m.gmane-mx.org; Tue, 08 Sep 2020 14:34:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFiR8-0004B7-EY for emacs-devel@gnu.org; Tue, 08 Sep 2020 14:33:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46215) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFiR7-0000cI-G7; Tue, 08 Sep 2020 14:33:45 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kFiR6-0002dS-Ou; Tue, 08 Sep 2020 14:33:44 -0400 In-reply-to: <3b2bc5ac-0469-4c95-86e8-74806a06d3eb@default> (message from Drew Adams on Tue, 8 Sep 2020 11:05:46 -0700 (PDT)) 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:254796 Archived-At: > to scroll to the next page? In particular, after typing > "C-h" that shows the first page of Help commands? FWIW, this is not a problem for keysee.el. Scrolling *Completions* is as usual (TAB), including after C-h. So I like these hints, which is why I'm keen on trying them. Using keysee, while it does provide a slightly better interface it is still confusing me. I loaded sortie.el and keysee.el, and turned on kc-auto-mode. C-h ;; Very large pop up pops up taking over my whole terminal window. ;; I press the period key, since that seems interesting since it says ;; display-local-help. . Nothing happens; OK ... lets try again something different. C-h ;;; Large pop-up. Lets try an easy one, C-a for about-emacs. C-a Nothing happens. Ok, so I must be doing something wrong. Lets try C-x. C-x ;;; Large popup. C-f ;;; Echo area says End of Buffer, and beeps at me. Hm. Why can't I open a file when completing? This occurs for any key binding I tried while the keysee popup is active.