GNU bug report logs - #17973
Thin space not thin at all

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>

Date: Tue, 8 Jul 2014 20:19:02 UTC

Severity: normal

Merged with 9787, 12556

Found in versions 23.3, 24.2.50, 24.3.92

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: handa <at> gnu.org (K. Handa)
Cc: 17973 <at> debbugs.gnu.org
Subject: bug#17973: Thin space not thin at all
Date: Sat, 19 Jul 2014 02:13:35 -0400
> 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




This bug report was last modified 10 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.