From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: Patch to ensure that the hbar cursor is drawn correctly on Mac OS X Date: Mon, 7 Mar 2011 09:20:53 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1299490384 22506 80.91.229.12 (7 Mar 2011 09:33:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2011 09:33:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 07 10:33:00 2011 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.69) (envelope-from ) id 1PwWoF-0008Hs-MG for ged-emacs-devel@m.gmane.org; Mon, 07 Mar 2011 10:32:59 +0100 Original-Received: from localhost ([127.0.0.1]:34946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwWcw-0000vG-3t for ged-emacs-devel@m.gmane.org; Mon, 07 Mar 2011 04:21:18 -0500 Original-Received: from [140.186.70.92] (port=59377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwWcm-0000tG-9c for emacs-devel@gnu.org; Mon, 07 Mar 2011 04:21:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwWck-00086z-R6 for emacs-devel@gnu.org; Mon, 07 Mar 2011 04:21:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:59791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwWck-000853-G1 for emacs-devel@gnu.org; Mon, 07 Mar 2011 04:21:06 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PwWci-0003Je-Fw for emacs-devel@gnu.org; Mon, 07 Mar 2011 10:21:04 +0100 Original-Received: from dsl-hkibrasgw2-fefade00-174.dhcp.inet.fi ([80.222.250.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2011 10:21:04 +0100 Original-Received: from Adrian.B.Robert by dsl-hkibrasgw2-fefade00-174.dhcp.inet.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2011 10:21:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 80.222.250.174 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.0.19) Gecko/2010111021 Camino/2.0.6 (like Firefox/3.0.19)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:136825 Archived-At: Ben Key gmail.com> writes: > > I tried your patch and it has the desired effect.  I agree that this patch is > better because it does have the benefit of keeping the "width"-handling in one > place.  As a result, I actually prefer your patch to mine. OK, thanks, I've commited it to trunk. -Adrian