From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Bindings for global minor modes Date: Wed, 20 Apr 2005 12:54:24 +1200 Message-ID: <16997.43072.143694.460280@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113958302 8773 80.91.229.2 (20 Apr 2005 00:51:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 00:51:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 20 02:51:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DO3R3-00035Z-9D for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2005 02:51:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DO3VS-0008Co-Pa for ged-emacs-devel@m.gmane.org; Tue, 19 Apr 2005 20:55:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DO3VL-0008Ci-Tq for emacs-devel@gnu.org; Tue, 19 Apr 2005 20:55:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DO3VK-0008CW-Fg for emacs-devel@gnu.org; Tue, 19 Apr 2005 20:55:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DO3VK-00068j-7l for emacs-devel@gnu.org; Tue, 19 Apr 2005 20:55:46 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DO3Wb-0001qX-6F for emacs-devel@gnu.org; Tue, 19 Apr 2005 20:57:05 -0400 Original-Received: from farnswood.snap.net.nz (p200-tnt1.snap.net.nz [202.124.110.200]) by viper.snap.net.nz (Postfix) with ESMTP id 75A2B4AD9AD for ; Wed, 20 Apr 2005 12:54:59 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id E879D62A99; Wed, 20 Apr 2005 01:54:24 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.15 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:36135 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36135 A while ago, I put tooltip-mode on mode-line-mode-menu (mode-line mouse-3) because I saw line-number-mode there. In actual fact, these are the only two global minor modes on this binding. Perhaps it should be reserved for local minor modes i.e ones that need to be set from each mode-line. Then line-number-mode, tooltip-mode (and tool-bar-mode?) could be put on the options item of the menu-bar alongside blink-cursor-mode (another global minor mode). What do people think? Nick