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: Wed, 18 Jun 2008 06:42:09 -0400

On Wed, 18 Jun 2008 12:52:10 +0900
Kenichi Handa <address@hidden> wrote:

> In article <address@hidden>, Taylor
> Venable <address@hidden> writes:
> 
> > > % emacs --xrm 'Emacs*FontBackend: xft x'
> 
> > I get: "No font backend available" both with and without "-Q".
> 
> Oops, sorry, this is the correct form:
> 
> % emacs --xrm 'Emacs*FontBackend: xft,x'

Great!  That fixes it.  I guess perhaps the equivalent Lisp code when
put into the .emacs file doesn't get read early enough to take effect
on the first frame?  Anyway, thank you very much.

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