From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2 plans Date: Tue, 17 Nov 2009 10:58:56 +0100 Message-ID: <4B0273E0.8020005@swipnet.se> References: <87ws21aaiz.fsf@stupidchicken.com> <4B01A4AD.4020302@swipnet.se> <87vdhauv0z.fsf@stupidchicken.com> <4B025F6B.7000208@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1258452410 21408 80.91.229.12 (17 Nov 2009 10:06:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 10:06:50 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 11:06:43 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 1NAKxO-0005K0-2b for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 11:06:42 +0100 Original-Received: from localhost ([127.0.0.1]:59832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAKxN-00047R-Gm for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 05:06:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAKq5-0000v3-O0 for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:59:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAKq0-0000sw-Hv for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:59:08 -0500 Original-Received: from [199.232.76.173] (port=58687 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAKpz-0000se-Jw for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:59:04 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:34033) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAKpy-0002Yh-Ki for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:59:03 -0500 Original-Received: from ipb1.telenor.se (195.54.127.164) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC00F8518B for emacs-devel@gnu.org; Tue, 17 Nov 2009 10:58:57 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArieADsCAktV4S1uPGdsb2JhbACBS5dlgmMBAQEBN7oChDsEjEQ X-IronPort-AV: E=Sophos;i="4.44,757,1249250400"; d="scan'208";a="4407355" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 17 Nov 2009 10:58:56 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 373FF7FA07B; Tue, 17 Nov 2009 10:58:56 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: 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:117079 Archived-At: YAMAMOTO Mitsuharu skrev: >>>>>> On Tue, 17 Nov 2009 09:31:39 +0100, Jan Dj=E4rv said: >=20 >>> I'm not sure if there's enough time to test this. Font-related >>> changes seem pretty tricky to get right. What about checking this >>> in but disabling the configure option by default, and enabling it >>> after Emacs 23.2? >=20 >> I've done so. But IMHO a couple of monthe pre-test is time enough >> to test it. >=20 > It seems that FC_LCD_* used in xftfont.c and xsettings.c are not > defined in /usr/X11/include/fontconfig/fontconfig.h on Mac OS X > 10.5.8, which says: >=20 > #define FC_MAJOR 2 > #define FC_MINOR 4 > #define FC_REVISION 2 >=20 > Perhaps some fallback definitions for FC_LCD_* can be provided > somewhere so that a binary compiled on an older system can use the LCD > features when it runs on a newer one. >=20 I added an #ifdef for FC_LCD_FILTER. If I add fallbacks, the older versi= on=20 won't work. It will refuse to add keywords (lcdfilter) it doesn't know a= bout and return an error. Jan D.