unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Taylor Venable <taylor@metasyntax.net>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: No XFT in CVS from this morning
Date: Tue, 17 Jun 2008 14:44:55 -0400	[thread overview]
Message-ID: <20080617144455.34c1fc3d.taylor@metasyntax.net> (raw)
In-Reply-To: <jwv8wx4neri.fsf-monnier+emacs@gnu.org>

On Tue, 17 Jun 2008 13:39:35 -0400
Stefan Monnier <monnier@iro.umontreal.ca> 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	other threads:[~2008-06-17 18:44 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
2008-06-17 17:39 ` Stefan Monnier
2008-06-17 18:44   ` Taylor Venable [this message]
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20080617144455.34c1fc3d.taylor@metasyntax.net \
    --to=taylor@metasyntax.net \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).