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
Message #20 received at 47832 <at> debbugs.gnu.org (full text, mbox):
>> This used to work indeed; it worked on GNU/Linux with default
>> (non-Cairo) builds for Emacs 24 to 27.
>
> And with Emacs 28 it doesn't work in non-Cairo builds?
>
Yes, with Emacs 28 it works with non-Cairo builds.
>> Got it! :-) The commit I identified is indeed the culprit. With
>> USE_CAIRO, gui_init_fringe() is called in x_initialize(); without
>> USE_CAIRO it isn't. And gui_init_fringe() had a bug, which should now
>> be fixed on Windows, too. Patch attached.
>
> Thanks, but is this really all that needs to be done? How will
> gui_init_fringe be called in the non-Cairo builds? And what about NS?
>
On non-Cairo builds gui_init_finge is not called, the only call to
gui_init_fringe in xterm.c is inside an #if USE_CAIRO. And on NS
gui_init_fringe isn't called either. I just checked, NS builds are not
affected by this bug.
This bug report was last modified 3 years and 362 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.