From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#68235: 29.1.90; Switching tabs stops following process output in selected window Date: Tue, 09 Jan 2024 19:23:17 +0200 Organization: LINKOV.NET Message-ID: <86o7dumnei.fsf@mail.linkov.net> References: <83frzdy6if.fsf@gnu.org> <86edexnmv8.fsf@mail.linkov.net> <83mstlvvkj.fsf@gnu.org> <34a872a9-07b2-4671-837f-f8d98b37420d@gmx.at> <867ckmxto2.fsf@mail.linkov.net> <92085305-caad-4bb6-ac55-a81415404a26@gmx.at> <86h6jpksya.fsf@mail.linkov.net> <583fc044-80a4-423c-ac25-0664c9aa6bfb@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2421"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: daniel.c.mccarthy@gmail.com, Eli Zaretskii , 68235@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 09 18:31:32 2024 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 1rNFwp-0000Qb-4e for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 09 Jan 2024 18:31:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rNFwP-000714-PU; Tue, 09 Jan 2024 12:31:05 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rNFwN-0006ub-5V for bug-gnu-emacs@gnu.org; Tue, 09 Jan 2024 12:31:03 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rNFwG-0002VX-5L for bug-gnu-emacs@gnu.org; Tue, 09 Jan 2024 12:30:59 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rNFwN-0006UH-0F for bug-gnu-emacs@gnu.org; Tue, 09 Jan 2024 12:31:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 09 Jan 2024 17:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68235 X-GNU-PR-Package: emacs Original-Received: via spool by 68235-submit@debbugs.gnu.org id=B68235.170482145924717 (code B ref 68235); Tue, 09 Jan 2024 17:31:02 +0000 Original-Received: (at 68235) by debbugs.gnu.org; 9 Jan 2024 17:30:59 +0000 Original-Received: from localhost ([127.0.0.1]:40851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNFwJ-0006Q7-Ey for submit@debbugs.gnu.org; Tue, 09 Jan 2024 12:30:59 -0500 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:48947) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNFwG-0006Bl-Kj; Tue, 09 Jan 2024 12:30:57 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 65DB4240006; Tue, 9 Jan 2024 17:30:40 +0000 (UTC) In-Reply-To: <583fc044-80a4-423c-ac25-0664c9aa6bfb@gmx.at> (martin rudalics's message of "Mon, 8 Jan 2024 09:55:01 +0100") X-GND-Sasl: juri@linkov.net 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:277637 Archived-At: close 68235 30.0.50 thanks >> + (wc-point . ,(copy-marker (window-point) window-point-insertion-type)) > > I didn't look but note that the window's buffer must be current here to > get the buffer-local value of 'window-point-insertion-type'. Thanks for the notice. This looks correct since the buffer is expected to be current. This change took so unexpected shape that I'm unsure about fixing this on the emacs-29 branch. So now pushed to master, and closed.