all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Taylor Venable <taylor@metasyntax.net>
To: Taylor Venable <taylor@metasyntax.net>
Cc: Chong Yidong <cyd@stupidchicken.com>, emacs-devel@gnu.org
Subject: Re: No XFT in CVS from this morning
Date: Tue, 17 Jun 2008 16:19:57 -0400	[thread overview]
Message-ID: <20080617161957.eb08dcad.taylor@metasyntax.net> (raw)
In-Reply-To: <20080617144401.97d1412d.taylor@metasyntax.net>

On Tue, 17 Jun 2008 14:44:01 -0400
Taylor Venable <taylor@metasyntax.net> wrote:

> On Tue, 17 Jun 2008 13:08:12 -0400
> Chong Yidong <cyd@stupidchicken.com> wrote:
> 
> > Taylor Venable <taylor@metasyntax.net> 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.

Based on repeated compilation, I've found that the change in behaviour
from properly anti-aliasing fonts to rendering them without anti-
aliasing comes from a change made on or after 2008-06-13; checkouts
made from versions before this date work fine, and checkouts made from
versions on or after this date produce the erroneous behaviour.  I see
from the ChangeLog that a lot of work was done then; perhaps one of
these changes is the one that causes the effects in my installation?

-- 
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	other threads:[~2008-06-17 20:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-17 15:21 No XFT in CVS from this morning Taylor Venable
2008-06-17 16:03 ` Chong Yidong
2008-06-17 16:48   ` Taylor Venable
2008-06-17 17:08     ` Chong Yidong
2008-06-17 18:44       ` Taylor Venable
2008-06-17 20:19         ` Taylor Venable [this message]
2008-06-17 17:39 ` Stefan Monnier
2008-06-17 18:44   ` Taylor Venable
2008-06-18  0:41 ` Kenichi Handa
2008-06-18  1:41   ` Taylor Venable
2008-06-18  2:08     ` Kenichi Handa
2008-06-18  2:43       ` Taylor Venable
2008-06-18  3:52         ` Kenichi Handa
2008-06-18 10:42           ` Taylor Venable
2008-06-18 11:06             ` Kenichi Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080617161957.eb08dcad.taylor@metasyntax.net \
    --to=taylor@metasyntax.net \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.