emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No XFT in CVS from this morning


From: Taylor Venable
Subject: Re: No XFT in CVS from this morning
Date: Tue, 17 Jun 2008 14:44:55 -0400

On Tue, 17 Jun 2008 13:39:35 -0400
Stefan Monnier <address@hidden> wrote:

> > 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.

This didn't change the behaviour.  I removed the entry for the X fonts
(leaving Xft only) and got the following messages:

frame-notice-user-settings: Font `-misc-dejavu sans
mono-medium-r-normal--13-125-75-75-m-80-iso8859-1' is not defined Error
while displaying tooltip: (error Font not available #<font-spec nil
misc dejavu sans mono  iso8859-1 nil nil normal 13 0 100 0 nil>)

It seems that Xft fonts cannot even be loaded or recognized?
Please see also my other message (just sent) which has information from
the configure script attached.

-- 
Taylor Venable            http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
                         [f(l[0], foldr(f, i, l[1:]))])[0]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]