From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: tweak to apropos-command display Date: Tue, 22 Feb 2005 17:13:28 -0500 Message-ID: <878y5g2qpx.fsf-monnier+emacs@gnu.org> References: <1814.220.255.78.196.1108996512.squirrel@220.255.78.196> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109112232 29490 80.91.229.2 (22 Feb 2005 22:43:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 22:43:52 +0000 (UTC) Cc: Chong Yidong , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 22 23:43:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3ikr-00036h-DA for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 23:43:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3j25-0005eV-HI for ged-emacs-devel@m.gmane.org; Tue, 22 Feb 2005 18:01:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3j1p-0005e7-1i for emacs-devel@gnu.org; Tue, 22 Feb 2005 18:01:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3j1n-0005ds-KE for emacs-devel@gnu.org; Tue, 22 Feb 2005 18:01:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3iwz-0003lG-6n for emacs-devel@gnu.org; Tue, 22 Feb 2005 17:56:17 -0500 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3iHa-0002ru-6F; Tue, 22 Feb 2005 17:13:30 -0500 Original-Received: from alfajor ([67.68.218.40]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050222221328.TAN19622.tomts10-srv.bellnexxia.net@alfajor>; Tue, 22 Feb 2005 17:13:28 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 23337D7336; Tue, 22 Feb 2005 17:13:28 -0500 (EST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Tue, 22 Feb 2005 22:46:01 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33748 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33748 > I like M-x ... RET better. I like the empty string even better: these are commands so of course we can invoke them via M-x (unless they use an "e" in their interactive spec). > 1) If menu-bar-mode is disabled, it doesn't mention menu bar bindings. I have disabled menu-bar-mode to save some screen real estate, but I still do use the menus (via C-down-mouse-3). So I'm not sure it's worth the trouble. > 2) It pretty prints menu bar entries like this: > e.g. "File Menu" rather than " " Why not "File => New File..." ? Note that the displayed name of " " is not necessarily "Foo". You'd really want to look at the menu-item's name string instead of capitalizing the symbol-name. Stefan