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: Customize interface: The use of "boxed" buttons Date: Mon, 07 Jun 2004 03:11:06 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086592356 16097 80.91.224.253 (7 Jun 2004 07:12:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2004 07:12:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 07 09:12:32 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BXEJ6-0008EV-00 for ; Mon, 07 Jun 2004 09:12:32 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BXEJ6-0007tL-00 for ; Mon, 07 Jun 2004 09:12:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXEJc-0000QX-M8 for emacs-devel@quimby.gnus.org; Mon, 07 Jun 2004 03:13:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXEJI-00008d-SB for emacs-devel@gnu.org; Mon, 07 Jun 2004 03:12:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXEJG-00006w-Pu for emacs-devel@gnu.org; Mon, 07 Jun 2004 03:12:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXEJF-00006Z-UP for emacs-devel@gnu.org; Mon, 07 Jun 2004 03:12:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXEHi-0007ib-Jz for emacs-devel@gnu.org; Mon, 07 Jun 2004 03:11:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BXEHi-0005dN-A1; Mon, 07 Jun 2004 03:11:06 -0400 Original-To: Per Abrahamsen In-reply-to: (message from Per Abrahamsen on Sun, 06 Jun 2004 16:53:43 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24642 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24642 > How would you suggest implementing a look for pressed and unpressed > buttons? The look is fine, it is how it is used. The pressed button look is, in other GUI's, used when the button is pressed, i.e. on mouse-down not on mouse-over. So you're saying that simply removing the mouse-face would make it better? A change in mouse cursor type when the mouse is over a button is more common in other application. Emacs has no facility for that, but it might not be too hard to add one by modifying the code that now does mouse highlighting.