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#68765: 30.0.50; Adding window-tool-bar package. Date: Sat, 10 Feb 2024 19:25:58 +0200 Organization: LINKOV.NET Message-ID: <86fry08di9.fsf@mail.linkov.net> References: <07df5e8408054bcae5968066b0cebf34@finder.org> <86fry0vihy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13474"; 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: Philip Kaludercic , Jared Finder , Stefan Monnier , 68765@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 10 18:37:10 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 1rYrHq-0003Nd-1v for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 10 Feb 2024 18:37:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rYrHU-0006Kn-9u; Sat, 10 Feb 2024 12:36:48 -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 1rYrHT-0006KR-3I for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2024 12:36:47 -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 1rYrHS-0006Am-Rn for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2024 12:36:46 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rYrHi-0002y7-EV for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2024 12:37: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: Sat, 10 Feb 2024 17:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68765 X-GNU-PR-Package: emacs Original-Received: via spool by 68765-submit@debbugs.gnu.org id=B68765.170758661611366 (code B ref 68765); Sat, 10 Feb 2024 17:37:02 +0000 Original-Received: (at 68765) by debbugs.gnu.org; 10 Feb 2024 17:36:56 +0000 Original-Received: from localhost ([127.0.0.1]:56962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYrHb-0002xE-Fq for submit@debbugs.gnu.org; Sat, 10 Feb 2024 12:36:56 -0500 Original-Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]:51751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYrHZ-0002wr-Sx for 68765@debbugs.gnu.org; Sat, 10 Feb 2024 12:36:54 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 20AA71C0005; Sat, 10 Feb 2024 17:36:30 +0000 (UTC) In-Reply-To: <86fry0vihy.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 10 Feb 2024 10:19:37 +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:279767 Archived-At: >> * lisp/tab-line.el (tab-line-format-template): Add separator space. >> (tab-line-display-order): New user variable to control display order. >> (tab-line--runtime-display-order, tab-line--cookie): New internal >> variables. >> (tab-line-set-display): New function for modes to call to enable only >> their content. >> (tab-line-mode): Call `tab-line-set-display'. > > Juri, would you please review this part of the changeset? I'm not sure if this provides a clean interface. Have you tried to show both window-tool-bar and tab-line tabs on the same tab-line? Do you think this combination is usable? Or maybe better just repurpose the tab-line in window-tool-bar.el exclusively for window-local tool-bar?