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#71779: 30.0.60; tab-bar-select-restore-windows: docstring vs default value Date: Thu, 27 Jun 2024 19:59:20 +0300 Organization: LINKOV.NET Message-ID: <867ceacoep.fsf@mail.linkov.net> References: <87msn819vp.fsf@gmail.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="14843"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) Cc: 71779@debbugs.gnu.org To: =?UTF-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 27 19:03:27 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 1sMsWt-0003ja-69 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 27 Jun 2024 19:03:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMsWU-00054n-Q1; Thu, 27 Jun 2024 13:03:02 -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 1sMsWR-00052C-W7 for bug-gnu-emacs@gnu.org; Thu, 27 Jun 2024 13:03:00 -0400 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 1sMsWR-0008It-Nt for bug-gnu-emacs@gnu.org; Thu, 27 Jun 2024 13:02:59 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sMsWU-0004Jw-Bp for bug-gnu-emacs@gnu.org; Thu, 27 Jun 2024 13:03: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: Thu, 27 Jun 2024 17:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71779 X-GNU-PR-Package: emacs Original-Received: via spool by 71779-submit@debbugs.gnu.org id=B71779.171950774616554 (code B ref 71779); Thu, 27 Jun 2024 17:03:02 +0000 Original-Received: (at 71779) by debbugs.gnu.org; 27 Jun 2024 17:02:26 +0000 Original-Received: from localhost ([127.0.0.1]:43267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sMsVt-0004Iv-NX for submit@debbugs.gnu.org; Thu, 27 Jun 2024 13:02:25 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:38483) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sMsVr-0004Ic-Gl; Thu, 27 Jun 2024 13:02:24 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id C818E1C0007; Thu, 27 Jun 2024 17:02:11 +0000 (UTC) In-Reply-To: <87msn819vp.fsf@gmail.com> ("=?UTF-8?Q?K=C3=A9vin?= Le Gouguec"'s message of "Wed, 26 Jun 2024 08:44:10 +0200") 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:288031 Archived-At: close 71779 30.0.60 thanks > I am not 100% sure I succeeded in capturing the state of things, so feel > free to dismiss the patch; my main goal was to make it easier for Past > Me to get an answer to the question: "How do I get the previous > behaviour back"? Thanks, I adapted your suggestion for the docstring. > (Rationale FWIW: IME killing buffers is deliberate, so the placeholder > buffer feels redundant, i.e. it brings no information; if I am > displeased with whatever random buffer was picked to show in that > window, I can just switch to another buffer or delete the window) Actually, it's not about displeasing, it's about confusion. For example, a user has a tab with the name "NEWS", switches to another tab and kills the buffer, then quits Emacs, and the next day opens the tab "NEWS", and it displays a random buffer, e.g. "TODO". So the user asks: "Why?" With this option the answer in the same window.