From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: mouse clicks on tool-bar -- why not recognize different mouse buttons? Date: Fri, 15 Oct 2004 08:22:51 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1097843021 15641 80.91.229.6 (15 Oct 2004 12:23:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2004 12:23:41 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 15 14:23:35 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 1CIR7P-0000Av-00 for ; Fri, 15 Oct 2004 14:23:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CIREY-0002fR-EW for ged-emacs-devel@m.gmane.org; Fri, 15 Oct 2004 08:30:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CIRE8-0002Wj-Kd for emacs-devel@gnu.org; Fri, 15 Oct 2004 08:30:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CIRE7-0002WK-Kl for emacs-devel@gnu.org; Fri, 15 Oct 2004 08:30:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CIRE7-0002Vf-J5 for emacs-devel@gnu.org; Fri, 15 Oct 2004 08:30:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CIR6i-0004uM-92 for emacs-devel@gnu.org; Fri, 15 Oct 2004 08:22:52 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CIR6h-0007d8-TR; Fri, 15 Oct 2004 08:22:51 -0400 Original-To: "Drew Adams" In-reply-to: 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:28433 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28433 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? It might be an interesting idea, but right now we want to focus on getting bugs fixed for a new release--not on ideas for new features. Can you help with debugging any problems?