[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#2994: Recent change to font.c:font_load_for_lface affects variable-p
|
From: |
Kenichi Handa |
|
Subject: |
bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline |
|
Date: |
Tue, 21 Apr 2009 16:40:24 +0900 |
In article <address@hidden>, Juanma Barranquero <address@hidden> writes:
> This change affects using variable-pitch on the modeline:
> --------------------------------------------------------------------------------
> 2009-04-13 Kenichi Handa <address@hidden>
> * font.c [...]
> (font_load_for_lface): Get a font that supports at least ASCII
> characters.
This change requires the support of has_char method in a
font-driver, but I noticed that it is is not supported on
Windows and Mac. So, I cancelled that change.
That change was to avoid selecting a bitmap font of `ja' and
`ko' adstyle in Xft backend. But as the backned returns the
correct `avgwidth' property for bitmap fonts now, I think
such a font won't be selected if a user specifies a
preferable `avgwidth' as this:
In article <address@hidden>, Taylor Venable <address@hidden> writes:
[...]
> My .emacs file looks like this:
> (defvar taylor-misc-fixed-large
> "-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1"
> "Miscellaneous fixed Unicode font - larger version.")
Taylor, could you please try again with the latest code?
---
Kenichi Handa
address@hidden
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Juanma Barranquero, 2009/04/14
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline,
Kenichi Handa <=
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Miles Bader, 2009/04/14
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Juanma Barranquero, 2009/04/14
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Juanma Barranquero, 2009/04/14
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Kenichi Handa, 2009/04/16
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Juanma Barranquero, 2009/04/16
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Kenichi Handa, 2009/04/16
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Juanma Barranquero, 2009/04/16
- bug#2994: Recent change to font.c:font_load_for_lface affects variable-pitch face in the modeline, Kenichi Handa, 2009/04/20