From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: mouse-face highlighting broken? Date: Thu, 07 May 2009 00:46:13 -0400 Message-ID: <874ovxwmei.fsf@cyd.mit.edu> References: <87iqke6xx3.fsf@cyd.mit.edu> <357AADAB-5EEF-456A-9C7B-D851376EB118@gmail.com> <006401c9ce73$57448900$c2b22382@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241671591 17513 80.91.229.12 (7 May 2009 04:46:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2009 04:46:31 +0000 (UTC) Cc: Adrian Robert , Drew Adams , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 07 06:46:20 2009 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 1M1vUy-0007tJ-9Q for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 06:46:20 +0200 Original-Received: from localhost ([127.0.0.1]:50986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1vUx-00033W-Fj for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 00:46:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1vUp-00033R-Vi for emacs-devel@gnu.org; Thu, 07 May 2009 00:46:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1vUl-000336-F1 for emacs-devel@gnu.org; Thu, 07 May 2009 00:46:11 -0400 Original-Received: from [199.232.76.173] (port=47612 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1vUl-000333-A7 for emacs-devel@gnu.org; Thu, 07 May 2009 00:46:07 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:50127) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1vUk-0003b9-Nh for emacs-devel@gnu.org; Thu, 07 May 2009 00:46:07 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id DBB0857E25C; Thu, 7 May 2009 00:46:13 -0400 (EDT) In-Reply-To: (David Reitter's message of "Wed, 6 May 2009 23:14:41 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110743 Archived-At: David Reitter writes: > With that, I took a look at the relevant code in the NS port, and it > turns out that ns_dumpglyphs_stretch() and ns_dumpglyphs_image() fail > to use the mouse face instead of the first glyph face. The patch > below addresses that. This patch looks reasonable to me.