From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: M Jared Finder Newsgroups: gmane.emacs.devel Subject: Re: Binding a command to the down-event of a toolbar button Date: Tue, 04 Apr 2006 23:04:50 -0700 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144217167 26958 80.91.229.2 (5 Apr 2006 06:06:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Apr 2006 06:06:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 05 08:06:04 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 1FR19Y-00077U-1B for ged-emacs-devel@m.gmane.org; Wed, 05 Apr 2006 08:06:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FR19X-0004RH-Hc for ged-emacs-devel@m.gmane.org; Wed, 05 Apr 2006 02:06:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FR18n-000460-1m for emacs-devel@gnu.org; Wed, 05 Apr 2006 02:05:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FR18l-00044Z-2V for emacs-devel@gnu.org; Wed, 05 Apr 2006 02:05:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FR18k-00044U-UM for emacs-devel@gnu.org; Wed, 05 Apr 2006 02:05:14 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FR1CC-0000WY-Kz for emacs-devel@gnu.org; Wed, 05 Apr 2006 02:08:48 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FR18b-00071h-Ep for emacs-devel@gnu.org; Wed, 05 Apr 2006 08:05:05 +0200 Original-Received: from dsl001-150-235.sfo1.dsl.speakeasy.net ([72.1.150.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Apr 2006 08:05:05 +0200 Original-Received: from jared by dsl001-150-235.sfo1.dsl.speakeasy.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Apr 2006 08:05:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl001-150-235.sfo1.dsl.speakeasy.net User-Agent: Mail/News 1.5 (X11/20060228) 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: , 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:52429 Archived-At: Richard Stallman wrote: > * The ability to move the toolbar buttons around by clicking and > dragging (perhaps when in a special mode, perhaps always). > > I see no need for that. > > * The ability to right click on a toolbar button and bring up a context > menu. > > That does not require support for drag events. > > * The ability to middle click on a toolbar button to perform a modified > action (say, find-file-other-window instead of find-file). > > That does not require support for drag events. > > * The ability to click-and-hold on a toolbar button to bring up an > extended menu. > > That requires support for down events, but not for drag events. So then you're okay with adding a way to distinguish between mouse-1, mouse-2 and mouse-3 events, and down and up events? -- MJF