From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Binding a command to the down-event of a toolbar button Date: Sat, 01 Apr 2006 08:45:22 -0500 Message-ID: References: <87slp5lrx2.fsf-monnier+emacs@gnu.org> <7dbe73ed0603300156k46cae26dhe01f5ddf3309a3a3@mail.gmail.com> <442D0206.3000609@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1143899142 6438 80.91.229.2 (1 Apr 2006 13:45:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Apr 2006 13:45:42 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, mathias.dahl@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 01 15:45:39 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 1FPgQ5-0002lu-DY for ged-emacs-devel@m.gmane.org; Sat, 01 Apr 2006 15:45:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPgQ4-0005AU-Uk for ged-emacs-devel@m.gmane.org; Sat, 01 Apr 2006 08:45:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPgPs-00059h-RN for emacs-devel@gnu.org; Sat, 01 Apr 2006 08:45:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPgPr-00058z-9f for emacs-devel@gnu.org; Sat, 01 Apr 2006 08:45:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPgPq-00058p-UR for emacs-devel@gnu.org; Sat, 01 Apr 2006 08:45:22 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FPgST-00029n-OR for emacs-devel@gnu.org; Sat, 01 Apr 2006 08:48:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FPgPq-0004jA-14; Sat, 01 Apr 2006 08:45:22 -0500 Original-To: Jason Rumney In-reply-to: <442D0206.3000609@gnu.org> (message from Jason Rumney on Fri, 31 Mar 2006 11:18:46 +0100) 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:52282 Archived-At: Another interface I have seen that having a down-event would enable is to execute a common action on normal clicking of the button, but if the mouse button is held down for around 1 - 2 seconds, then a menu appears with less common related actions. Can you tell us more about the graphical contexts where you've seen this? Was it on buttons? Menus? Icons?