From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Patch to enable Quartz font smoothing on MACOSX Date: Wed, 13 Aug 2003 00:34:42 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1060757780 25679 80.91.224.253 (13 Aug 2003 06:56:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2003 06:56:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Aug 13 08:56:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19mpYR-0002U8-00 for ; Wed, 13 Aug 2003 08:56:19 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19mpYQ-0005KV-00 for ; Wed, 13 Aug 2003 08:56:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19mpIw-00014w-OH for emacs-devel@quimby.gnus.org; Wed, 13 Aug 2003 02:40:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19mpIs-00012Q-So for emacs-devel@gnu.org; Wed, 13 Aug 2003 02:40:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19mpIM-0000e6-Gc for emacs-devel@gnu.org; Wed, 13 Aug 2003 02:40:13 -0400 Original-Received: from [24.71.223.10] (helo=pd5mo3so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.20) id 19mpI5-0000MK-Vd for emacs-devel@gnu.org; Wed, 13 Aug 2003 02:39:26 -0400 Original-Received: from pd3mr3so.prod.shaw.ca (pd3mr3so-ser.prod.shaw.ca [10.0.141.179]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HJJ00302OXV3Q@l-daemon> for emacs-devel@gnu.org; Wed, 13 Aug 2003 00:34:43 -0600 (MDT) Original-Received: from pn2ml6so.prod.shaw.ca (pn2ml6so-qfe0.prod.shaw.ca [10.0.121.150]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HJJ00HOROXVTF@l-daemon> for emacs-devel@gnu.org; Wed, 13 Aug 2003 00:34:43 -0600 (MDT) Original-Received: from owlbear.local.shawmail (h68-144-207-94.cg.shawcable.net [68.144.207.94]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HJJ008FWOXV31@l-daemon> for emacs-devel@gnu.org; Wed, 13 Aug 2003 00:34:43 -0600 (MDT) In-reply-to: Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15921 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15921 Niv Drory writes: > Here is a patch to src/macterm.c which enables Quartz font smoothing on > Mac OS X using Carbon. This works on Mac OS X version 10.1.5 and later. > > I've enclosed the changes in #ifdef ENABLE_QUARTZ_FONT_SMOOTHING which > could be set by a new option to configure (--enable-quartz-font or > something like that). [...] I can only be in favor of adding this patch if `./configure' is made to automatically determine whether the function SwapQDTextFlags is available. An option to `./configure' is not a good solution.