bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#1127: Can't set default face to get the font I want


From: Chong Yidong
Subject: bug#1127: Can't set default face to get the font I want
Date: Sun, 12 Oct 2008 00:30:47 -0400

Hi Handa-san,

> % xrdb -remove
> % src/emacs -Q --eval '(customize-face (quote default))'
>
> I seem to be unable to select my beloved
> "-misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-*".  If I set
> family=fixed, foundry=misc, width=semicondensed, height=100,
> I get -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1;
> It appears that the "semicondensed" part is ignored.

This appears to be a problem in the font_score algorithm in font.c.  The
font passed in as the argument has the `semicondensed' width property,
but the font found has `normal'.

Could you take a look?






reply via email to

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