From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#49997: 27.2; idle-time reset when switching desktop-page Date: Sun, 15 Aug 2021 17:44:33 +0300 Message-ID: <83bl5yahta.fsf@gnu.org> References: <87eeb0mkxa.fsf@a16n.net> <83tujwdwe0.fsf@gnu.org> <87sfzakczt.fsf@gnus.org> <83eeauaihs.fsf@gnu.org> <87a6likc5a.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30160"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 49997@debbugs.gnu.org, pm@a16n.net To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 15 16:45:19 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mFHO3-0007cM-IR for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 15 Aug 2021 16:45:19 +0200 Original-Received: from localhost ([::1]:47952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mFHO1-00013D-G2 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 15 Aug 2021 10:45:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFHNm-00012w-NL for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2021 10:45:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36038) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mFHNm-0001el-Gs for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2021 10:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mFHNm-0001AZ-B2 for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2021 10:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 15 Aug 2021 14:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49997 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 49997-submit@debbugs.gnu.org id=B49997.16290386914463 (code B ref 49997); Sun, 15 Aug 2021 14:45:02 +0000 Original-Received: (at 49997) by debbugs.gnu.org; 15 Aug 2021 14:44:51 +0000 Original-Received: from localhost ([127.0.0.1]:47584 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFHNb-00019v-8U for submit@debbugs.gnu.org; Sun, 15 Aug 2021 10:44:51 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFHNZ-00019j-GP for 49997@debbugs.gnu.org; Sun, 15 Aug 2021 10:44:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48654) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mFHNT-0001Rq-C0; Sun, 15 Aug 2021 10:44:43 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4150 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFHNS-0006Km-Uq; Sun, 15 Aug 2021 10:44:43 -0400 In-Reply-To: <87a6likc5a.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 15 Aug 2021 16:36:49 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:211923 Archived-At: > From: Lars Ingebrigtsen > Cc: pm@a16n.net, 49997@debbugs.gnu.org, Martin Rudalics > Date: Sun, 15 Aug 2021 16:36:49 +0200 > > 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); > } > } > > So it's purely based on whether the window manager told is that the > position changed -- which I guess it sort of does? When I move to a > different virtual desktop, it shows me all the iconified frames, and > that's probably where this comes from? 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? (Full disclosure: I know almost nothing about X events.) > I've added Martin to the CCs; perhaps he has some insights here. Good idea.