GNU bug report logs - #53924
26.1; fontification sometimes fails for some characters despite available glyphs

Previous Next

Package: emacs;

Reported by: "Greg A. Woods" <woods <at> robohack.ca>

Date: Thu, 10 Feb 2022 19:11:01 UTC

Severity: normal

Found in version 26.1

Full log


View this message in rfc822 format

From: "Greg A. Woods" <woods <at> robohack.ca>
To: 53924 <at> debbugs.gnu.org
Subject: bug#53924: 26.1; fontification sometimes fails for some characters despite available glyphs
Date: Thu, 10 Feb 2022 14:42:35 -0800
[Message part 1 (text/plain, inline)]
Sorry, some debug code crept into my test function.

The first call to `propertize' was:

 (propertize str 'font-lock-face
        `(:font ,fs :weight medium))

but should be:

 (propertize str 'font-lock-face
        `(:family ,ff :weight medium))

--
					Greg A. Woods <gwoods <at> acm.org>

Kelowna, BC     +1 250 762-7675           RoboHack <woods <at> robohack.ca>
Planix, Inc. <woods <at> planix.com>     Avoncote Farms <woods <at> avoncote.ca>
[Message part 2 (application/pgp-signature, inline)]

This bug report was last modified 3 years and 125 days ago.

Previous Next


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