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

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

bug#17973: Thin space not thin at all


From: Stefan Monnier
Subject: bug#17973: Thin space not thin at all
Date: Sat, 19 Jul 2014 02:13:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> In addition to your patch, could you please try the following patch?

> === modified file 'src/xfaces.c'
> --- src/xfaces.c      2014-07-07 23:33:05 +0000
> +++ src/xfaces.c      2014-07-13 15:09:21 +0000
> @@ -5547,7 +5547,7 @@
>       }
>        if (! FONT_OBJECT_P (attrs[LFACE_FONT_INDEX]))
>       attrs[LFACE_FONT_INDEX]
> -       = font_load_for_lface (f, attrs, attrs[LFACE_FONT_INDEX]);
> +       = font_load_for_lface (f, attrs, Ffont_spec (0, NULL));
>        if (FONT_OBJECT_P (attrs[LFACE_FONT_INDEX]))
>       {

Looks like this works, indeed!  Yay!


        Stefan





reply via email to

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