GNU bug report logs - #63271
29.0.90; broken mouse-face

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Thu, 4 May 2023 15:16:02 UTC

Severity: normal

Found in version 29.0.90

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Po Lu <luangruo <at> yahoo.com>
Cc: gregory <at> heytings.org, stephen.berman <at> gmx.net, 63271 <at> debbugs.gnu.org, juri <at> linkov.net
Subject: bug#63271: 29.0.90; broken mouse-face
Date: Fri, 12 May 2023 13:43:06 +0300
> From: Po Lu <luangruo <at> yahoo.com>
> Cc: gregory <at> heytings.org,  juri <at> linkov.net,  63271 <at> debbugs.gnu.org,
>   stephen.berman <at> gmx.net
> Date: Fri, 12 May 2023 11:19:01 +0800
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > I'd like to fix this soon, because I want to make another pretest of
> > 29.1.
> >
> > Thanks.
> 
> Please go ahead and remove it from ftcrfont.c.  The reason it was added
> has already been fixed.

Since I cannot verify the fix on my system, please confirm that the
change you asked me to install is the one below.

diff --git a/src/ftcrfont.c b/src/ftcrfont.c
index c9a4de8..4956469 100644
--- a/src/ftcrfont.c
+++ b/src/ftcrfont.c
@@ -590,7 +590,6 @@ ftcrfont_draw (struct glyph_string *s,
 			    GREEN_FROM_ULONG (col) / 255.0,
 			    BLUE_FROM_ULONG (col) / 255.0);
 #endif
-      s->background_filled_p = 1;
       cairo_rectangle (cr, x, y - FONT_BASE (s->font),
 		       s->width, FONT_HEIGHT (s->font));
       cairo_fill (cr);




This bug report was last modified 2 years and 8 days ago.

Previous Next


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