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#62427: tab-bar-new-tab-to now handles cases with multiple side-windows Date: Sat, 01 Apr 2023 21:25:13 +0300 Organization: LINKOV.NET Message-ID: <86pm8nfoja.fsf@mail.linkov.net> References: <875yapvoxh.fsf@fastmail.com> <86jzz4mynj.fsf@mail.linkov.net> <83cz4wb0vz.fsf@gnu.org> <865yamhdx7.fsf@mail.linkov.net> <83cz4u9uz1.fsf@gnu.org> <86jzz2f8si.fsf@mail.linkov.net> <83sfdq86pi.fsf@gnu.org> <835yal82ta.fsf@gnu.org> <86a5zuw5oo.fsf@mail.linkov.net> <87cz4oq485.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8452"; 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: Eli Zaretskii , 62427@debbugs.gnu.org To: Benson Chu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 01 20:49:33 2023 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 1pigI7-0001vv-Kh for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 Apr 2023 20:49:31 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pigHj-0006pJ-2r; Sat, 01 Apr 2023 14:49:07 -0400 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 1pigHh-0006oX-Dr for bug-gnu-emacs@gnu.org; Sat, 01 Apr 2023 14:49:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pigHf-0000Yl-Ml for bug-gnu-emacs@gnu.org; Sat, 01 Apr 2023 14:49:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pigHf-0003Cl-FR for bug-gnu-emacs@gnu.org; Sat, 01 Apr 2023 14:49:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Apr 2023 18:49:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62427 X-GNU-PR-Package: emacs Original-Received: via spool by 62427-submit@debbugs.gnu.org id=B62427.168037493112272 (code B ref 62427); Sat, 01 Apr 2023 18:49:03 +0000 Original-Received: (at 62427) by debbugs.gnu.org; 1 Apr 2023 18:48:51 +0000 Original-Received: from localhost ([127.0.0.1]:38601 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pigHS-0003Bs-N7 for submit@debbugs.gnu.org; Sat, 01 Apr 2023 14:48:51 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:51761) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pigHQ-0003BO-DS for 62427@debbugs.gnu.org; Sat, 01 Apr 2023 14:48:48 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id C3D94FF807; Sat, 1 Apr 2023 18:48:41 +0000 (UTC) In-Reply-To: <87cz4oq485.fsf@fastmail.com> (Benson Chu's message of "Fri, 31 Mar 2023 11:20:23 -0500") 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:259066 Archived-At: >> Then creating a new tab fails with such error: >> >> Debugger entered--Lisp error: (error "Specified root is not an ancestor of specified window") > > Sure, I would be happy to investigate the problem! Is there a way to > reproduce this bug? I've personally never seen it before. Sorry, this bug is not reproducible. It comes out of the blue. And has such consequences that there is no recursive edit, but you still can switch to the minibuffer window that has no prompt with 'C-x o'. >> Sometimes the window configuration gets into such inconsistent state >> that the minibuffer window remains on the window list while the >> minibuffer is not active. Then creating a new tab fails with >> such error: >> >> Debugger entered--Lisp error: (error "Specified root is not an ancestor of specified window") >> delete-other-windows-internal(# #) >> delete-other-windows() >> tab-bar-new-tab-to() >> tab-bar-new-tab()