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:01 -0400

On Tue, 17 Jun 2008 13:08:12 -0400
Chong Yidong <address@hidden> wrote:

> Taylor Venable <address@hidden> writes:
> 
> >> > I built Emacs from CVS this morning, and there's no font
> >> > anti-aliasing being done.
> >> 
> >> I can't reproduce this using latest CVS.  What font are you using?
> >
> > From my .emacs file:
> >
> > (set-face-attribute 'default nil
> >   :font "DejaVu Sans Mono-13" :slant 'normal :weight 'normal)
> 
> Working fine for me on i686-pc-linux-gnu, GTK+ Version 2.12.9, latest
> CVS.

It takes a little while to compile on this system, so I've confirmed
that it worked correctly on versions checked out for 2008-06-01 and
2008-06-08 but not when checked out with "cvs ... co -D yesterday"
which leads me to think that something probably changed sometime within
the last week.  Since it seems that nobody else is having problems,
I'll give my library versions too:

        gtk2+-2.12.9
        libXft-2.1.12

I've attached the output of the configure script, and the config.log
(gzipped) -- if desired, I can attach the ones from the version as of
2008-06-08 as well, so they can be diff'd.

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

Attachment: configure-output.txt
Description: Text document

Attachment: config.log.gz
Description: Binary data


reply via email to

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