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: Fri, 28 Sep 2007 15:04:15 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1191006443 12448 80.91.229.12 (28 Sep 2007 19:07:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2007 19:07:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 28 21:07:17 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 1IbLA3-00005U-E8 for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 21:06:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbL9z-0007GP-Vv for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 15:06:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbL95-0006O4-9U for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:05:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbL93-0006MR-Ri for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:05:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbL93-0006ME-GN for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:05:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbL93-0000VU-6N for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:05:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IbL8J-0003vP-8c; Fri, 28 Sep 2007 15:04:15 -0400 In-reply-to: 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:80004 Example: Minor mode Icicles has lighter "Icy" in the mode line, and it has a menu-bar menu `Icicles'. Whether or not the menu-bar is showing, if you click the lighter "Icy" then the `Icicles' menu pops up. It seems like a plausible feature. What do others think?