GNU bug report logs -
#47832
28.0.50; define-fringe-bitmap and emacs --daemon
Previous Next
Reported by: Gregory Heytings <gregory <at> heytings.org>
Date: Fri, 16 Apr 2021 22:23:01 UTC
Severity: normal
Tags: fixed, patch
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> Each loop processes its "own" bitmaps. In the first loop
>> define_fringe_bitmap is called only if (!fringe_bitmaps[bt]), in the
>> second loop it is called only if (fringe_bitmaps[bt]). IOW, the first
>> loop processes the standard bitmaps that are not overridden by
>> user-defined bitmaps, and the second loop processes user-defined
>> bitmaps.
>
> If the standard bitmaps were overridden by user-defined ones, why do we
> need to set those overriding user-defined bitmaps once again?
>
Sorry, I don't understand your question.
There are three kind of bitmaps:
1. standard bitmaps not overridden by user-defined bitmaps
2. standard bitmaps overridden by user-defined bitmaps
3. user-defined bitmaps
The first loop processes the bitmaps of the first kind, the second loop
the bitmaps of the second and third kind.
This bug report was last modified 3 years and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.