GNU bug report logs -
#49997
27.2; idle-time reset when switching desktop-page
Previous Next
Reported by: Peter Münster <pm <at> a16n.net>
Date: Wed, 11 Aug 2021 08:44:01 UTC
Severity: normal
Tags: confirmed, moreinfo
Found in version 27.2
Fixed in version 29.1
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
> The OP said this happens even when he switches to a page without the
> Emacs frame, so I'm not sure how the position could change? And if
> iconified frames are somehow involved, we could perhaps look at
> FRAME_ICONIFIED_P and/or the FocusIn/FocuseOut events?
I poked around some more, and
if (!FRAME_TOOLTIP_P (f)
&& (old_left != f->left_pos || old_top != f->top_pos))
{
inev.ie.kind = MOVE_FRAME_EVENT;
XSETFRAME (inev.ie.frame_or_window, f);
}
is not involved here, and neither is
case MOVE_FRAME_EVENT:
/* Make an event (move-frame (FRAME)). */
return list2 (Qmove_frame, list1 (event->frame_or_window));
So we're getting the Qmove_frame from somewhere else?
Perhaps I should fire up gdb to trace this...
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 225 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.