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

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

bug#17486: 24.4.50; set-face-font problem on OSX


From: Dmitry Antipov
Subject: bug#17486: 24.4.50; set-face-font problem on OSX
Date: Mon, 19 May 2014 07:38:51 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 05/18/2014 10:33 PM, Jan Djärv wrote:

Hm... so font_matching_entity sometimes returns [#<font-entity>] instead of 
#<font-entity>.
Something may be wrong with font cache or with font driver-specific match 
routine.

How can code (driver-specific) that has not changed suddenly become wrong?

It may return something which doesn't match font cache data structures any more
because the latter was changed (mostly to avoid glitches in 
compact_font_caches).

There was a slight confusion between font_list_entities (which operates
on vectors of font entities) and font_matching_entity (which should operate
on font entities). Hopefully the fix is almost obvious.

Dmitry

Attachment: bug17486_proposal.patch
Description: Text Data


reply via email to

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