From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: "What's This?" in Describe submenu Date: Mon, 22 Aug 2005 21:29:25 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1124760798 27600 80.91.229.2 (23 Aug 2005 01:33:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Aug 2005 01:33:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 23 03:33:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E7Ne2-0002zu-JQ for ged-emacs-devel@m.gmane.org; Tue, 23 Aug 2005 03:32:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7Nhm-0007qD-Ki for ged-emacs-devel@m.gmane.org; Mon, 22 Aug 2005 21:35:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E7Ngs-0007f9-I9 for emacs-devel@gnu.org; Mon, 22 Aug 2005 21:35:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E7Ngj-0007ZP-9m for emacs-devel@gnu.org; Mon, 22 Aug 2005 21:34:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7Ngi-0007Wa-UD for emacs-devel@gnu.org; Mon, 22 Aug 2005 21:34:53 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E7NcU-0000SV-U2 for emacs-devel@gnu.org; Mon, 22 Aug 2005 21:30:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E7NbR-0005CZ-87; Mon, 22 Aug 2005 21:29:25 -0400 Original-To: "Drew Adams" In-reply-to: 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 Xref: news.gmane.org gmane.emacs.devel:42332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42332 Here is the doc string: Give help on a key/menu sequence or object clicked with the mouse. I thought describe-key would do that, but I see it doesn't give useful information in these cases. I think the right way to deal with this is to make describe-key smarter, so that it gives useful information in these cases, rather than making a special command to do it. There is no logical reason they should be two separate commands.