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 on the mode-line Date: Wed, 14 Sep 2005 21:57:03 +1200 Message-ID: <17191.62447.650488.109197@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 1126692663 1947 80.91.229.2 (14 Sep 2005 10:11:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2005 10:11:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 14 12:10:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFUC5-0005ON-8Y for ged-emacs-devel@m.gmane.org; Wed, 14 Sep 2005 12:08:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFUC3-000133-Eq for ged-emacs-devel@m.gmane.org; Wed, 14 Sep 2005 06:08:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EFU7M-0000LW-Dc for emacs-devel@gnu.org; Wed, 14 Sep 2005 06:03:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EFU7I-0000JT-8e for emacs-devel@gnu.org; Wed, 14 Sep 2005 06:03:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFU7F-0000DQ-GH for emacs-devel@gnu.org; Wed, 14 Sep 2005 06:03:45 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EFU1H-0003Lc-TO for emacs-devel@gnu.org; Wed, 14 Sep 2005 05:57:36 -0400 Original-Received: from farnswood.snap.net.nz (p107-tnt2.snap.net.nz [202.124.108.107]) by viper.snap.net.nz (Postfix) with ESMTP id EBD7E68909B for ; Wed, 14 Sep 2005 21:57:30 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id A63DA62A99; Wed, 14 Sep 2005 10:57:04 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.13 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:42914 Archived-At: Now that mouse-sensitive parts of the mode line look more like buttons, how about moving mode-line-toggle-read-only, mode-line-toggle-modified et al from mouse-3 to mouse-1? This helps preserve the idiom of mouse-3 for context menus. I realise that there is no mouse face on text terminals but earlier this year we decided to turn mouse functionality there off by default (for xterms), so inadvertant activation is less likely. Nick