From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Whitley Newsgroups: gmane.emacs.devel Subject: Re: 23.1; ns-antialias-text set to nil has no effect Date: Mon, 15 Feb 2010 15:36:47 -0800 Message-ID: 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: ger.gmane.org 1266293025 8107 80.91.229.12 (16 Feb 2010 04:03:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2010 04:03:45 +0000 (UTC) Cc: David Reitter , Adrian Robert , 4736@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Francis Devereux Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 16 05:03:42 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 1NhEek-0000Xp-Pg for ged-emacs-devel@m.gmane.org; Tue, 16 Feb 2010 05:03:42 +0100 Original-Received: from localhost ([127.0.0.1]:38191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhEea-0000mI-12 for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2010 23:03:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhDKG-0002Sc-MZ for emacs-devel@gnu.org; Mon, 15 Feb 2010 21:38:12 -0500 Original-Received: from [140.186.70.92] (port=46366 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhDKF-0002SH-7G for emacs-devel@gnu.org; Mon, 15 Feb 2010 21:38:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhDKE-0001Bw-Rj for emacs-devel@gnu.org; Mon, 15 Feb 2010 21:38:11 -0500 Original-Received: from marie.joyent.us ([8.17.86.51]:50706) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhDKE-0001BK-NM for emacs-devel@gnu.org; Mon, 15 Feb 2010 21:38:10 -0500 Original-Received: from [172.26.50.8] (unknown [173.160.185.214]) by marie.joyent.us (Postfix) with ESMTPSA id B18687942E; Tue, 16 Feb 2010 02:38:08 +0000 (GMT) In-Reply-To: X-Mailer: Apple Mail (2.1077) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Mailman-Approved-At: Mon, 15 Feb 2010 23:03:11 -0500 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:121136 Archived-At: 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. 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. Thanks Francis and David! -- John