From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: mouse clicks on tool-bar -- why not recognize different mouse buttons? Date: Fri, 15 Oct 2004 08:13:52 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <62E1B4CA-1E71-11D9-8E1A-000D93505B76@swipnet.se> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097820899 26324 80.91.229.6 (15 Oct 2004 06:14:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2004 06:14:59 +0000 (UTC) Cc: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 15 08:14:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CILMS-0001yB-00 for ; Fri, 15 Oct 2004 08:14:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CILTa-0006Be-Es for ged-emacs-devel@m.gmane.org; Fri, 15 Oct 2004 02:22:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CILTS-0006BT-2M for emacs-devel@gnu.org; Fri, 15 Oct 2004 02:21:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CILTR-0006B6-Am for emacs-devel@gnu.org; Fri, 15 Oct 2004 02:21:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CILTQ-0006B3-Mt for emacs-devel@gnu.org; Fri, 15 Oct 2004 02:21:57 -0400 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CILM9-0008Ms-Tp for emacs-devel@gnu.org; Fri, 15 Oct 2004 02:14:26 -0400 Original-Received: from coolsville.localdomain ([213.115.28.241] [213.115.28.241]) by mxfep02.bredband.com with ESMTP id <20041015061424.PMHG1752.mxfep02.bredband.com@coolsville.localdomain>; Fri, 15 Oct 2004 08:14:24 +0200 In-Reply-To: Original-To: "Drew Adams" X-Mailer: Apple Mail (2.619) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28417 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28417 > > However, since a tool-bar item is just a graphic (not a specific name, > like > a menu item), why not treat tool-bar items more like we treat portions > of > the mode-line: why not recognize different mouse button events on > tool-bar > items? Why not, say, be able to have mouse-3 on a given tool-bar > button do > something different from mouse-1 on the same item? No other application I know of does this. Emacs is already very different from standard GUI applications, and adding more Emacs specific GUI things will only make it harder to port to current and future toolkits. Also, what kind of operations do you have in mind? Jan D.