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

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

bug#1126: Xresources override face settings


From: Chong Yidong
Subject: bug#1126: Xresources override face settings
Date: Thu, 09 Oct 2008 19:48:04 -0400

> % xrdb -remove
> % echo 'Emacs.font: -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-*' | 
> xrdb -load
> % src/emacs -Q --eval '(customize-face (quote variable-pitch))'
>
> I get a buffer that shows that `variable-pitch' should use a "Sans
> Serif" family, yet C-u C-x = on the "sample" text shows that it's
> actually using
> -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1.

The `variable-pitch' face is defined with `Sans Serif' as the family in
faces.el.  The font backend regards `Sans Serif' as a match for `fixed',
in accordance with face-font-family-alternatives.  I'm not sure what the
problem is; could you elaborate?






reply via email to

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