From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: incorrect button highlighting Date: Thu, 20 Sep 2007 14:56:37 -0400 Message-ID: References: <200709111721.l8BHL7Di000880@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190314673 13335 80.91.229.12 (20 Sep 2007 18:57:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 18:57:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 20:57:51 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IYRDe-00048I-BW for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 20:57:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYRDc-00063Z-IP for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 14:57:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYRDZ-000627-Bv for emacs-devel@gnu.org; Thu, 20 Sep 2007 14:57:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYRDX-0005yb-Sb for emacs-devel@gnu.org; Thu, 20 Sep 2007 14:57:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYRDX-0005yN-KX for emacs-devel@gnu.org; Thu, 20 Sep 2007 14:57:39 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYRDX-0001E6-7h for emacs-devel@gnu.org; Thu, 20 Sep 2007 14:57:39 -0400 Original-Received: from ceviche.home (vpn-132-204-232-128.acd.umontreal.ca [132.204.232.128]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id l8KIvbBI031209 for ; Thu, 20 Sep 2007 14:57:37 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6CC2B70028; Thu, 20 Sep 2007 14:56:36 -0400 (EDT) In-Reply-To: <200709111721.l8BHL7Di000880@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Tue\, 11 Sep 2007 10\:21\:02 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered HAS_X_HELO=0 X-Detected-Kernel: Linux 2.6 (newer, 3) 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:79397 Archived-At: > No put the mouse over one of the 2 buttons that appear, and both will > be shown using the custom-button-pressed face instead of just the one > that is under the mouse cursor. I believe I've just fixed it on the 22 branch. Stefan