GNU bug report logs -
#49959
28.0.50; Emacs got quasi freeze
Previous Next
Reported by: 野宮 賢 / NOMIYA Masaru <m.nomiya <at> gmail.com>
Date: Mon, 9 Aug 2021 15:04:02 UTC
Severity: normal
Tags: moreinfo
Merged with 49955
Found in version 28.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #37 received at 49959 <at> debbugs.gnu.org (full text, mbox):
Hello,
In the Message;
Subject : bug#49959: 28.0.50; Emacs got quasi freeze
Message-ID : <87o89nmyfr.wl-nomiya <at> galaxy.dti.ne.jp>
Date & Time: Tue, 24 Aug 2021 10:19:36 +0900
[MN] == Masaru Nomiya <nomiya <at> galaxy.dti.ne.jp> has written:
MN> Hello,
MN> In the Message;
MN> Subject : bug#49959: 28.0.50; Emacs got quasi freeze
MN> Message-ID : <ed3f250a-e125-a1de-45d9-2dc938214743 <at> gmx.at>
MN> Date & Time: Mon, 23 Aug 2021 10:35:02 +0200
[...]
RM> If it is a VisibilityNotify event, then maybe the attached patch will
RM> help.
RM> Thanks, martin
RM> [2 VisibilityNotify.diff <text/x-patch (7bit)>]
RM> diff --git a/src/xterm.c b/src/xterm.c
RM> index 6c6a62adb2..6e562ce8e9 100644
RM> --- a/src/xterm.c
RM> +++ b/src/xterm.c
RM> @@ -9354,7 +9354,11 @@ handle_one_xevent (struct x_display_info *dpyinfo,
RM> f = x_top_window_to_frame (dpyinfo, event->xvisibility.window);
RM> if (f && (event->xvisibility.state == VisibilityUnobscured
RM> || event->xvisibility.state == VisibilityPartiallyObscured))
RM> - SET_FRAME_VISIBLE (f, 1);
RM> + {
RM> + f->output_data.x->has_been_visible = true;
RM> + SET_FRAME_GARBAGED (f);
RM> + SET_FRAME_VISIBLE (f, 1);
RM> + }
RM> goto OTHER;
MN> Thanks.
MN> I'll check with this pacth.
Sorry, but it's off the mark.
That is, when
Tue Aug 24 12:37:39 JST 2021
_NET_WM_STATE(ATOM) = _NET_WM_STATE_HIDDEN
appears, it doesn't start rendering (= enlightenment doesn't remove
this property).
Thanks.
---
┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛ "Three young men died for Rationalization.
Yet, Margaret Bloody Thatcher LIVES!"
'Brassed Off'
This bug report was last modified 2 years and 305 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.