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: Fri, 12 Jan 2024 09:37:59 +0200 Organization: LINKOV.NET Message-ID: <86cyu7m4kc.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> <86v885je23.fsf@mail.linkov.net> <868r4ymn7x.fsf@mail.linkov.net> <86h6jlqh2i.fsf@mail.linkov.net> <5e438b04-6fb7-4114-a5a8-61db9809b297@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="2195"; 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 Fri Jan 12 08:47:41 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 1rOCGR-0000Ky-HT for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 12 Jan 2024 08:47:39 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOCFw-0000Fa-N2; Fri, 12 Jan 2024 02:47:08 -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 1rOCFt-0000FH-4e for bug-gnu-emacs@gnu.org; Fri, 12 Jan 2024 02:47:05 -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 1rOCFs-0001A7-S5 for bug-gnu-emacs@gnu.org; Fri, 12 Jan 2024 02:47:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rOCFq-0007Ii-Kv for bug-gnu-emacs@gnu.org; Fri, 12 Jan 2024 02:47:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 12 Jan 2024 07:47: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.170504561528034 (code B ref 68235); Fri, 12 Jan 2024 07:47:02 +0000 Original-Received: (at 68235) by debbugs.gnu.org; 12 Jan 2024 07:46:55 +0000 Original-Received: from localhost ([127.0.0.1]:34804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rOCFj-0007I6-H4 for submit@debbugs.gnu.org; Fri, 12 Jan 2024 02:46:55 -0500 Original-Received: from relay3-d.mail.gandi.net ([2001:4b98:dc4:8::223]:58085) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rOCFf-0007DC-CL for 68235@debbugs.gnu.org; Fri, 12 Jan 2024 02:46:52 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 7685D60005; Fri, 12 Jan 2024 07:46:46 +0000 (UTC) In-Reply-To: <5e438b04-6fb7-4114-a5a8-61db9809b297@gmx.at> (martin rudalics's message of "Thu, 11 Jan 2024 10:14:48 +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:278000 Archived-At: >>>> Actually the problem is somewhere else because after dired revert >>>> point is relocated to the top of the buffer even in non-selected windows >>>> in window-configuration. So trying to manually preserve point >>>> in the selected window is not of much help. Therefore I just >>>> removed the special-handling of dired revert in master. >>> >>> Do you remember the bug this was supposed to fix? >> >> The dedicated bug report is this: >> >> bug#33871: Revert Dired window saved in window configuration >> >> Also something related was discussed in: >> >> bug#27243: dired-auto-revert-buffer jumps point to beginning of buffer >> bug#33458: dired loses position when reverted from outside place >> >> and maybe more. > > IIUC 'dired-save-positions' and 'dired-restore-positions' are supposed > to handle these bug scenarios in "normal" (user driven) dired reverting. > Do they? If so, why does saving and restoring a window configuration > not use them? This is because 'dired-save-positions' and 'dired-restore-positions' can't update positions in all existing window configurations that are not yet garbage-collected.