From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Devereux Newsgroups: gmane.emacs.devel Subject: Re: 23.1; ns-antialias-text set to nil has no effect Date: Thu, 25 Feb 2010 20:40:12 +0000 Message-ID: <290BF290-C00C-4E8D-9462-9FE941ECFCE4@devrx.org> References: <3D80FB40-724F-4789-8807-E1C8A8A40375@gmail.com> <2A6D0821-4E99-48D0-A710-2D01006A09E4@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1267130433 8632 80.91.229.12 (25 Feb 2010 20:40:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2010 20:40:33 +0000 (UTC) Cc: David Reitter , Adrian Robert , 4736@emacsbugs.donarmstrong.com, John Whitley To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 25 21:40:27 2010 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 1NkkVU-0007ui-9Y for ged-emacs-devel@m.gmane.org; Thu, 25 Feb 2010 21:40:24 +0100 Original-Received: from localhost ([127.0.0.1]:45295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkkVT-0000yb-Ni for ged-emacs-devel@m.gmane.org; Thu, 25 Feb 2010 15:40:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkkVP-0000yV-9y for emacs-devel@gnu.org; Thu, 25 Feb 2010 15:40:19 -0500 Original-Received: from [140.186.70.92] (port=49355 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkkVO-0000yN-GM for emacs-devel@gnu.org; Thu, 25 Feb 2010 15:40:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NkkVN-0005LH-K3 for emacs-devel@gnu.org; Thu, 25 Feb 2010 15:40:18 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:64484) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NkkVN-0005L8-9i for emacs-devel@gnu.org; Thu, 25 Feb 2010 15:40:17 -0500 Original-Received: from jupiter-wifi.repton.int (93-97-163-71.zone5.bethere.co.uk [93.97.163.71]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0LjwS5-1NDtn20LHN-00blA7; Thu, 25 Feb 2010 21:40:13 +0100 In-Reply-To: X-Mailer: Apple Mail (2.1077) X-Provags-ID: V01U2FsdGVkX1/fQvzoXaQscJaQXIf3PjF8oyE1miEsv+M3g5H t8qw0nco7fsMC4geTv/bwcLuyXXCRfCWQBAlQMV+zLChEXPnDj ixCgCWBUAUxMBX5RyMOdg== X-detected-operating-system: by eggs.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:121373 Archived-At: On 15 Feb 2010, at 23:36, John Whitley wrote: >=20 > On Feb 14, 2010, at 8:01 AM, Francis Devereux wrote: >> On 14 Feb 2010, at 15:38, David Reitter wrote: >>> ns_antialias_text is wrongly declared as an int instead of = Lisp_Object, and the nonstandard pointer comparison to Qnil helped cover = it up, I suppose. That also explains why it happened to work on 32bit. = Try the patch below. >>=20 >> Thanks David, works when compiled as 64 bit on OS X 10.6.2. >=20 > Second confirmation. I built Emacs.app as 64 bit with David's patch = against bzr revno 99498; the setting ns-antialias-text is now correctly = observed. David's patch fixes the problem for both John and I, would it be = possible for someone to commit it? Francis