From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: The minibuffer vs. Dialog Boxes (Re: Making XEmacs be more up-to-date) Date: Sat, 20 Apr 2002 11:30:59 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <7263-Sat20Apr2002145929+0300-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019316818 16357 127.0.0.1 (20 Apr 2002 15:33:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2002 15:33:38 +0000 (UTC) Cc: link@pobox.com, bradym@balestra.org, xemacs-design@xemacs.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ywrp-0004Fi-00 for ; Sat, 20 Apr 2002 17:33:37 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16yxBj-0001Ac-00 for ; Sat, 20 Apr 2002 17:54:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ywrQ-0005jy-00; Sat, 20 Apr 2002 11:33:12 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16ywpH-0004J0-00; Sat, 20 Apr 2002 11:30:59 -0400 Original-To: jas@extundo.com In-Reply-To: (message from Simon Josefsson on Sat, 20 Apr 2002 16:04:56 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2843 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2843 > From: Simon Josefsson > Date: Sat, 20 Apr 2002 16:04:56 +0200 > > To make people learn the bindings, it could be useful if selecting > stuff from menus left a message in the minibuffer explaining the key > binding. The menu itself shows the keybinding, if any, that invokes the same command. Isn't that good enough? AFAIK, this is the accepted way of showing keyboard equivalents of menu commands in other GUI applications. > I think something similar exists if you type a M-x command which is > bound in the current mode? Yes; see the suggest-key-binding variable.