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#51883: 29.0.50; Command to get accidentally deleted frames back Date: Tue, 16 Nov 2021 22:46:11 +0200 Organization: LINKOV.NET Message-ID: <86zgq3n818.fsf@mail.linkov.net> References: <87czn1gfb1.fsf@web.de> <86a6i4v8mo.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40713"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) To: 51883@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 16 21:48:12 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 1mn5NE-000AUY-5K for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Nov 2021 21:48:12 +0100 Original-Received: from localhost ([::1]:33074 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mn5ND-0007am-2b for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Nov 2021 15:48:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mn5N4-0007aR-TX for bug-gnu-emacs@gnu.org; Tue, 16 Nov 2021 15:48:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47780) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mn5N4-0005W2-LJ for bug-gnu-emacs@gnu.org; Tue, 16 Nov 2021 15:48:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mn5N4-00052g-HL for bug-gnu-emacs@gnu.org; Tue, 16 Nov 2021 15:48: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: Tue, 16 Nov 2021 20:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51883 X-GNU-PR-Package: emacs Original-Received: via spool by 51883-submit@debbugs.gnu.org id=B51883.163709562319132 (code B ref 51883); Tue, 16 Nov 2021 20:48:02 +0000 Original-Received: (at 51883) by debbugs.gnu.org; 16 Nov 2021 20:47:03 +0000 Original-Received: from localhost ([127.0.0.1]:59326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mn5M6-0004yW-NB for submit@debbugs.gnu.org; Tue, 16 Nov 2021 15:47:02 -0500 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:43887) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mn5M4-0004xu-Lt for 51883@debbugs.gnu.org; Tue, 16 Nov 2021 15:47:01 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id C9433240004 for <51883@debbugs.gnu.org>; Tue, 16 Nov 2021 20:46:53 +0000 (UTC) In-Reply-To: <86a6i4v8mo.fsf@mail.linkov.net> (Juri Linkov's message of "Tue, 16 Nov 2021 09:53:51 +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:220155 Archived-At: > I haven't yet tested whether your implementation restores the tab-bar > as well, or maybe it would require more handling. I suspect that > instead of framesets you might need to use window-state-get/window-state-put > like it's used in 'clone-frame'. Now I tested the recently added 'clone-frame' with the tab-bar, and indeed cloning a frame with the tab-bar breaks the tabs in the cloned frame, and breaks the tabs on the original frame. The fix is pushed now in c25be3e7bb.