GNU bug report logs -
#20628
25.0.50; Incorrect line height for some fonts
Previous Next
Full log
Message #236 received at submit <at> debbugs.gnu.org (full text, mbox):
YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> writes:
>>>>>> On Sat, 23 May 2015 10:10:06 +0300, Eli Zaretskii <eliz <at> gnu.org> said:
>
>> Patches to introduce a list of fonts to ignore while searching for a
>> suitable font, and allow users to configure that list, will be
>> welcome.
>
> face-ignored-fonts ?
>
> DEFVAR_LISP ("face-ignored-fonts", Vface_ignored_fonts,
> doc: /* List of ignored fonts.
> Each element is a regular expression that matches names of fonts to
> ignore. */);
> Vface_ignored_fonts = Qnil;
>
> The regexps to specify are against font names in the XLFD format. The
> documentation is not so clear about this, probably because it was
> written for older font code that predates the current font backend.
Thanks for pointing this variable out! It is insanely helpful and would
have solved my old woes:
http://thread.gmane.org/gmane.emacs.help/93832
[Note to self: apropos!]
It should definitely be documented prominently in the documentation
preferably close to the fontset variable!
Rasmus
--
ツ
This bug report was last modified 9 years and 356 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.