From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: mouse-1 on minor-mode lighter in mode line could bring uptheminormode's menu Date: Tue, 7 Nov 2006 09:17:29 -0800 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162920102 14094 80.91.229.2 (7 Nov 2006 17:21:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Nov 2006 17:21:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 07 18:21:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhUd6-0001Zo-CB for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 18:20:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhUd5-0005kk-Nc for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 12:20:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhUae-0004kX-Hf for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:18:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhUac-0004jV-Pz for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:18:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhUac-0004jG-DP for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:18:22 -0500 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GhUab-0000Yg-Br for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:18:21 -0500 Original-Received: from rcsmt250.oracle.com (rcsmt250.oracle.com [148.87.90.195]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id kA5LZQ7v023215 for ; Tue, 7 Nov 2006 11:18:17 -0600 Original-Received: from dhcp-amer-whq-csvpn-gw3-141-144-81-122.vpn.oracle.com by rcsmt250.oracle.com with ESMTP id 2177488781162919849; Tue, 07 Nov 2006 10:17:29 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Whitelist: TRUE 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:61920 Archived-At: > It's your call, but why would it be less useful than the same > (existing) feature for major modes? > > What feature is that? Putting the major-mode menu-bar menu on the major-mode mode-line indicator. For example, click Info in the mode line, and you get the Info-Mode menu-bar menu. My idea was to simply do the same thing for minor-modes. When they have menu-bar menus, they are likely to be as important as a major-mode menu-bar menu.