emacs-devel
[Top][All Lists]
Advanced

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

Re: Font names in emacs-unicode-2 not recognized any more


From: Miles Bader
Subject: Re: Font names in emacs-unicode-2 not recognized any more
Date: Thu, 31 Jan 2008 03:00:04 +0900

Miles Bader <address@hidden> writes:
>> After updating the source code of the emacs-unicode-2 branch, I get an
>> error with my previously working configuration file.  I have the
>> following in my configuration file (~/.emacs):
>
> Some macros in configure.in were changed, so it seems that probably some
> font-related configuration setting is not properly being done anymore.

Looking at it, it seems that probably these lines (which I added, so I
probably did wrong) in "configure.in":

   OPTION_DEFAULT_OFF([freetype],[use -lfreetype for local fonts support])
   OPTION_DEFAULT_OFF([xft],[use -lXft for anti aliased fonts])

Should probably be "default on" instead, e.g.:

   OPTION_DEFAULT_ON([freetype],[don't use freetype for local font support])
   OPTION_DEFAULT_ON([xft],[don't use xft for anti aliased fonts])

Can you try making that change, and see it works for you?

[Remember to re-generate the configure script first using autoconf
(i.e., just type "autoconf"); the Makefile should take care of
re-running the configure script I think.]

Thanks,

-Miles

-- 
We have met the enemy, and he is us.  -- Pogo




reply via email to

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