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: Tue, 18 Apr 2023 09:58:10 +0300 Organization: LINKOV.NET Message-ID: <86jzy9sl80.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> <86pm8nfoja.fsf@mail.linkov.net> <867cuukuvj.fsf@mail.linkov.net> <86lejajex8.fsf@mail.linkov.net> <87r0slbzqp.fsf@fastmail.com> <86cz45dlll.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="16112"; 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 Tue Apr 18 09:30:15 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 1pofn5-00043B-Fp for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Apr 2023 09:30:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pofmu-0000Ir-9H; Tue, 18 Apr 2023 03:30:04 -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 1pofmt-0000Ii-Dq for bug-gnu-emacs@gnu.org; Tue, 18 Apr 2023 03:30:03 -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 1pofmt-0004F1-5D for bug-gnu-emacs@gnu.org; Tue, 18 Apr 2023 03:30:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pofms-0000EG-KZ for bug-gnu-emacs@gnu.org; Tue, 18 Apr 2023 03:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 Apr 2023 07:30:02 +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.1681802971821 (code B ref 62427); Tue, 18 Apr 2023 07:30:02 +0000 Original-Received: (at 62427) by debbugs.gnu.org; 18 Apr 2023 07:29:31 +0000 Original-Received: from localhost ([127.0.0.1]:57602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pofmN-0000DA-Cd for submit@debbugs.gnu.org; Tue, 18 Apr 2023 03:29:31 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:63079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pofmL-0000Cy-Rg for 62427@debbugs.gnu.org; Tue, 18 Apr 2023 03:29:30 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id BD2BE40010; Tue, 18 Apr 2023 07:29:22 +0000 (UTC) In-Reply-To: <86cz45dlll.fsf@mail.linkov.net> (Juri Linkov's message of "Sat, 15 Apr 2023 21:42:22 +0300") 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:260208 Archived-At: >> On a side-note (side-window? haha), I've got a patch that side-steps >> (hehe) the issue of modifying the 'window-side parameter completely, by >> binding to window--sides-inhibit-check to t. > > Thanks, window--sides-inhibit-check is a good find. > Let me test it for a while. I still can't find a test case that could be fixed by window--sides-inhibit-check. Your original test case is fixed because you removed (set-window-parameter nil 'window-side nil). And the test case in bug#53662 doesn't need this line because it was fixed by adding (ignore-window-parameters t). But maybe there are cases where window--sides-inhibit-check would help, so we could add it as a precaution.