From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2 plans Date: Tue, 17 Nov 2009 18:38:41 +0900 Organization: Faculty of Science, Chiba University Message-ID: 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 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258451826 19627 80.91.229.12 (17 Nov 2009 09:57:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 09:57:06 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Jan =?ISO-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 10:56:59 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 1NAKnx-0001kQ-Lr for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 10:56:58 +0100 Original-Received: from localhost ([127.0.0.1]:55943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAKnw-0008GF-Sg for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 04:56:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAKWT-0002Gb-1i for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:38:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAKWO-0002Dn-FY for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:38:52 -0500 Original-Received: from [199.232.76.173] (port=51768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAKWO-0002Dg-8T for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:38:48 -0500 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:54988 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAKWN-0007F7-Oy for emacs-devel@gnu.org; Tue, 17 Nov 2009 04:38:48 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 874D4C055A; Tue, 17 Nov 2009 18:38:41 +0900 (JST) In-Reply-To: <4B025F6B.7000208@swipnet.se> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) 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:117078 Archived-At: >>>>> On Tue, 17 Nov 2009 09:31:39 +0100, Jan Dj=E4rv = said: >> 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? > I've done so. But IMHO a couple of monthe pre-test is time enough > to test it. 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: #define FC_MAJOR 2 #define FC_MINOR 4 #define FC_REVISION 2 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. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp