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: Fri, 31 Mar 2006 12:28:18 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1143826190 26534 80.91.229.2 (31 Mar 2006 17:29:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Mar 2006 17:29:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 31 19:29:46 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 1FPNQz-0008WN-F7 for ged-emacs-devel@m.gmane.org; Fri, 31 Mar 2006 19:29:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPNQy-0002dw-UY for ged-emacs-devel@m.gmane.org; Fri, 31 Mar 2006 12:29:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPNQ4-0002In-WC for emacs-devel@gnu.org; Fri, 31 Mar 2006 12:28:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPNQ3-0002IZ-N9 for emacs-devel@gnu.org; Fri, 31 Mar 2006 12:28:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPNQ3-0002IW-Gy for emacs-devel@gnu.org; Fri, 31 Mar 2006 12:28:19 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FPNSU-0001Vr-Eq for emacs-devel@gnu.org; Fri, 31 Mar 2006 12:30:50 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FPNQ2-0003Wr-Aa; Fri, 31 Mar 2006 12:28:18 -0500 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: , 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:52258 Archived-At: >> Is such behavior normal in tool bars in other user interfaces? >> If not, I think we should not do it. Why not? It's often good to stick to "normal", "standard", or common UI features so that users know what to expect. But what's the harm in providing functionality where the common UIs have none? You're missing the point. You're proposing we implement the capacity to provide a certain kind of GUI feature. Before we do that, I want to know whether users expect or want that kind of feature in GUIs. If they don't, let's save the trouble of writing and maintaining code to implement it.