From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: Key binding popup interface (Was: Re: Poll: new keybinding for org-insert-structure-template on org mode list) Date: Wed, 13 Dec 2017 20:56:22 +0100 Message-ID: References: <87r2s3ctxh.fsf@ericabrahamsen.net> <87d13m3jt2.fsf@gmx.us> <87efo2wf0s.fsf@ericabrahamsen.net> <87y3m8s7ym.fsf@gmx.us> <87fu8gwfbr.fsf@nicolasgoaziou.fr> <87k1xs2h0h.fsf@gmx.us> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1513194853 3102 195.159.176.226 (13 Dec 2017 19:54:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2017 19:54:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 13 20:54:09 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePD6V-0000PW-RG for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2017 20:54:08 +0100 Original-Received: from localhost ([::1]:37314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePD6Z-0000wq-OQ for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2017 14:54:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePD61-0000wY-CM for emacs-devel@gnu.org; Wed, 13 Dec 2017 14:53:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePD5y-0001MP-81 for emacs-devel@gnu.org; Wed, 13 Dec 2017 14:53:37 -0500 Original-Received: from sinyavsky.aurox.ch ([37.35.109.145]:40589) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePD5y-0001IP-04 for emacs-devel@gnu.org; Wed, 13 Dec 2017 14:53:34 -0500 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 4240A22601 for ; Wed, 13 Dec 2017 19:45:49 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:subject:subject:in-reply-to:to:from:from:message-id :date:date; s=dkim; t=1513194346; x=1514058347; bh=LBl+Bc9XVM9h0 8jHroiz+V3PKWCZ+S4Cd5Hq2j+ZQJg=; b=vJ8kC4il9C6QNWuZ4+S9qw/rsMAYm FIJblYEcrrV+Mot/vwqyMZFT29DcQmekqxgRvE1S/9J3yamNcp2bR98p5t0+SJ+N M3ktec/YI6a1ynYddPRYYlm458bSKjRT86aYaKW8XN052sayISqM1bFjEpr5PuGW bkgtOkTALTmwnA= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id V4n4XBWpRuPY for ; Wed, 13 Dec 2017 19:45:46 +0000 (UTC) Original-Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 2416F225E2; Wed, 13 Dec 2017 19:45:44 +0000 (UTC) In-reply-to: (message from Kaushal Modi on Tue, 12 Dec 2017 20:20:42 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 37.35.109.145 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:221019 Archived-At: > From: Kaushal Modi > Date: Tue, 12 Dec 2017 20:20:42 +0000 > > > From: Kaushal Modi > > Date: Tue, 12 Dec 2017 14:02:29 +0000 > > > > Problem statement: Need to have a pretty interface that shows the available valid key bindings. > > Why not use a simple menu? It seems to be the standard way to show a > list of commands with their available bindings. If it doesn't fit the > bill, maybe it can be improved. > > Do you mean a graphical menu from the menu bar or the menu shown by mouse clicks. If so, I am using none of those. Graphical menu and mouse are optional. Try M-x tmm-menubar RET.