From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: show minor-mode menu when you click its mode-line lighter Date: Mon, 08 Oct 2007 14:03:29 -0400 Message-ID: References: <87k5q323gi.fsf@cadilhac.name> <200710041855.l94It4Ca007579@oogie-boogie.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1191866793 27016 80.91.229.12 (8 Oct 2007 18:06:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2007 18:06:33 +0000 (UTC) Cc: drew.adams@oracle.com, michael@cadilhac.name, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 08 20:06:30 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iewz8-00024k-5L for ged-emacs-devel@m.gmane.org; Mon, 08 Oct 2007 20:05:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iewz2-0001sF-Vr for ged-emacs-devel@m.gmane.org; Mon, 08 Oct 2007 14:05:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iewxx-0001M1-5a for emacs-devel@gnu.org; Mon, 08 Oct 2007 14:04:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iewxw-0001L3-Ds for emacs-devel@gnu.org; Mon, 08 Oct 2007 14:04:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iewxw-0001Kk-2M for emacs-devel@gnu.org; Mon, 08 Oct 2007 14:04:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iewxv-0002K8-Lk for emacs-devel@gnu.org; Mon, 08 Oct 2007 14:04:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iewwz-0004Np-Kz; Mon, 08 Oct 2007 14:03:29 -0400 In-reply-to: <200710041855.l94It4Ca007579@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Thu, 04 Oct 2007 11:55:00 -0700) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80414 Archived-At: I think this would be useful. It provides an easy way for people that don't know all the key bindings to use the commands provided by a minor mode, and on top of that it is consistent with what we do for major modes. Ok. Does anyone else want to argue for it?