From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.help Subject: Binding commands to mouse events on tool-bar Date: Sat, 14 Apr 2007 14:29:58 +0100 Message-ID: <264C8BEE-6A2A-40D3-8C0F-73172FBA0A1D@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176557434 28109 80.91.229.12 (14 Apr 2007 13:30:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Apr 2007 13:30:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 14 15:30:27 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HciKd-0000UY-1x for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Apr 2007 15:30:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HciP0-0007Hi-Pc for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Apr 2007 09:34:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HciOk-0007BM-3V for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 09:34:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HciOi-00076H-0H for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 09:34:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HciOh-000766-Rk for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 09:34:35 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HciKI-00087R-NH for help-gnu-emacs@gnu.org; Sat, 14 Apr 2007 09:30:02 -0400 Original-Received: by ug-out-1314.google.com with SMTP id j3so707409ugf for ; Sat, 14 Apr 2007 06:30:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=cauzGEmjbf1s1v4adEWVzXj6axl0HZtzk/JjA6lHCgeshVmIG5in9qHu5SqY341tpbrA1I3a6OMx9S6NKTmnZA+kDU7L/s/tVTGXFBwantHt+73cV+nUgpcc8FTvEGomSTG3A7wsrp+BsA4FNmDUhXWBfky3IK+34Vn0BacdBbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=CeP3H1r4ftaoAT4vLMKeTY86+FW96YhEMqInBj+NwvZKK6RPVIUZrTKokOwN0t6smlCK4heH9kOoL8LSnlihEqNXs+ZbtAWBDkseiNXYmokJA3osp6W6MUcj+P1cgfxfNEdpvDm1Sl91MmFLQ5zavAhObisl+C4WE2kxisyMcK8= Original-Received: by 10.67.30.3 with SMTP id h3mr2789872ugj.1176557401112; Sat, 14 Apr 2007 06:30:01 -0700 (PDT) Original-Received: from ?10.5.5.200? ( [84.9.228.94]) by mx.google.com with ESMTP id y34sm7384174iky.2007.04.14.06.29.59; Sat, 14 Apr 2007 06:30:00 -0700 (PDT) X-Mailer: Apple Mail (2.752.2) X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42679 Archived-At: Hello, how can I bind a command to a mouse-2 event on the tool-bar that is not an item for an icon in `tool-bar-map'? I'd like to bind a function to right-click onto the tool-bar background, e.g. to the right of the icons. Thanks David