Does the recent patch in xfaces.c fix it?
YAMAMOTO Mitsuharu
[EMAIL PROTECTED]
Index: src/xfaces.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfaces.c,v
retrieving revision 1.347
diff -c -r1.347 xfaces.c
*** src/xfaces.c 17 May 2006 22:51:07 -0000 1.347
--- src/xfaces.c 20 May 2006 03:38:09 -0000
***************
*** 6636,6642 ****
best = NULL;
/* Find the best match among the non-scalable fonts. */
! for (i = 1; i < nfonts; ++i)
if (!font_scalable_p (fonts + i)
&& better_font_p (specified, fonts + i, best, 1, avgwidth))
{
--- 6636,6642 ----
best = NULL;
/* Find the best match among the non-scalable fonts. */
! for (i = 0; i < nfonts; ++i)
if (!font_scalable_p (fonts + i)
&& better_font_p (specified, fonts + i, best, 1, avgwidth))
{
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug