From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: No XFT in CVS from this morning Date: Tue, 17 Jun 2008 13:39:35 -0400 Message-ID: References: <20080617112122.177cb232.taylor@metasyntax.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213724429 22008 80.91.229.12 (17 Jun 2008 17:40:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2008 17:40:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Taylor Venable Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 17 19:41:12 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 1K8fAz-0005sJ-Qj for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 19:41:02 +0200 Original-Received: from localhost ([127.0.0.1]:58396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8fAB-0006hJ-Ep for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 13:40:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8fA6-0006h4-6p for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:40:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8fA4-0006gs-PW for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:40:05 -0400 Original-Received: from [199.232.76.173] (port=47172 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8fA4-0006gp-IP for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:40:04 -0400 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]:32813) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8fA4-0005mb-FZ for emacs-devel@gnu.org; Tue, 17 Jun 2008 13:40:04 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id CA8B22CFDB3; Tue, 17 Jun 2008 13:40:03 -0400 (EDT) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id D39BB3FE0; Tue, 17 Jun 2008 13:39:35 -0400 (EDT) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id B79E141BEC; Tue, 17 Jun 2008 13:39:35 -0400 (EDT) In-Reply-To: <20080617112122.177cb232.taylor@metasyntax.net> (Taylor Venable's message of "Tue, 17 Jun 2008 11:21:22 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:99356 Archived-At: > I built Emacs from CVS this morning, and there's no font anti-aliasing > being done. Here are the hopefully relevant lines from configure: > checking XFT_CFLAGS... -D_POSIX_THREAD_SAFE_FUNCTIONS > -I/usr/pkg/include -I/usr/pkg/include/freetype2 checking XFT_LIBS... > -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lXft -lXrender -lfontconfig > -lfreetype -lz -lX11 checking X11/Xft/Xft.h usability... yes checking > X11/Xft/Xft.h presence... yes checking for X11/Xft/Xft.h... yes > checking for XftFontOpen in -lXft... yes > checking for pkg-config... (cached) /usr/pkg/bin/pkg-config > checking for libotf... no > checking for pkg-config... (cached) /usr/pkg/bin/pkg-config > checking for m17n-flt... no > Platform is NetBSD 4.99.63 on AMD64 with GCC 4.1.3 -- let me know if > anything else would be useful. This was working on a build from > probably about a month ago, but that was the last one I did until this > morning, so about anything in-between I cannot say. Nothing else in > the configuration has changed, and the behaviour is the same with or > without "-q". Try to add (push '(font-backend xft x) default-frame-alist) to your .emacs. The current default is to prefer old-style X fonts. Stefan