From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Rauchenwald Newsgroups: gmane.emacs.devel Subject: Re: Font names in emacs-unicode-2 not recognized any more Date: Wed, 30 Jan 2008 20:06:22 +0100 Message-ID: <87tzkvnnf5.fsf@sec.modprobe.de> References: <87hcgv6y9s.fsf@catnip.gol.com> <8763xb6vob.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201729872 16536 80.91.229.12 (30 Jan 2008 21:51:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2008 21:51:12 +0000 (UTC) Cc: Herbert Euler , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 30 22:51:32 2008 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 1JKKqC-0005YJ-22 for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 22:51:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKKpk-0008Ne-VY for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 16:51:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKIGP-0004OS-UF for emacs-devel@gnu.org; Wed, 30 Jan 2008 14:06:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKIGN-0004O4-9z for emacs-devel@gnu.org; Wed, 30 Jan 2008 14:06:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKIGN-0004O1-07 for emacs-devel@gnu.org; Wed, 30 Jan 2008 14:06:23 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JKIGM-0002DN-A4 for emacs-devel@gnu.org; Wed, 30 Jan 2008 14:06:22 -0500 Original-Received: (qmail invoked by alias); 30 Jan 2008 19:06:20 -0000 Original-Received: from 83-215-41-131.bruck.dyn.salzburg-online.at (EHLO walter) [83.215.41.131] by mail.gmx.net (mp050) with SMTP; 30 Jan 2008 20:06:20 +0100 X-Authenticated: #10706886 X-Provags-ID: V01U2FsdGVkX1+FSu4je8OFVvwzU2wH3096kQjDZIvgTKbZB5nhO9 d4O9JbnUKkJZTj Original-Received: by walter (Postfix, from userid 1000) id AA06134D8F6; Wed, 30 Jan 2008 20:06:22 +0100 (CET) In-Reply-To: <8763xb6vob.fsf@catnip.gol.com> (Miles Bader's message of "Thu, 31 Jan 2008 03:00:04 +0900") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Wed, 30 Jan 2008 16:51:00 -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:87810 Archived-At: Miles Bader writes: > Miles Bader writes: >>> After updating the source code of the emacs-unicode-2 branch, I get an >>> error with my previously working configuration file. I have the >>> following in my configuration file (~/.emacs): >> >> Some macros in configure.in were changed, so it seems that probably some >> font-related configuration setting is not properly being done anymore. > > Looking at it, it seems that probably these lines (which I added, so I > probably did wrong) in "configure.in": > > OPTION_DEFAULT_OFF([freetype],[use -lfreetype for local fonts support]) > OPTION_DEFAULT_OFF([xft],[use -lXft for anti aliased fonts]) > > Should probably be "default on" instead, e.g.: > > OPTION_DEFAULT_ON([freetype],[don't use freetype for local font support]) > OPTION_DEFAULT_ON([xft],[don't use xft for anti aliased fonts]) > > Can you try making that change, and see it works for you? > > [Remember to re-generate the configure script first using autoconf > (i.e., just type "autoconf"); the Makefile should take care of > re-running the configure script I think.] That fixed it for me, thanks. > Thanks, > > -Miles Tom