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#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals Date: Wed, 10 Jan 2024 09:24:35 +0200 Organization: LINKOV.NET Message-ID: <86wmshoglk.fsf@mail.linkov.net> References: <83le8yps3s.fsf@gnu.org> <8334v6pc68.fsf@gnu.org> <2620b07ece7042ee685f1a596ffe70d9@finder.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="3114"; 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 , Stefan Kangas , 68334@debbugs.gnu.org To: Jared Finder Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 10 08:33:20 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 1rNT5T-0000ZQ-O2 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 10 Jan 2024 08:33:19 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rNT58-0005iK-7w; Wed, 10 Jan 2024 02:32:58 -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 1rNT55-0005hi-MJ for bug-gnu-emacs@gnu.org; Wed, 10 Jan 2024 02:32:55 -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 1rNT55-0006uz-DN for bug-gnu-emacs@gnu.org; Wed, 10 Jan 2024 02:32:55 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rNT5C-0007hH-EI for bug-gnu-emacs@gnu.org; Wed, 10 Jan 2024 02:33: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: Wed, 10 Jan 2024 07:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68334 X-GNU-PR-Package: emacs Original-Received: via spool by 68334-submit@debbugs.gnu.org id=B68334.170487196129528 (code B ref 68334); Wed, 10 Jan 2024 07:33:02 +0000 Original-Received: (at 68334) by debbugs.gnu.org; 10 Jan 2024 07:32:41 +0000 Original-Received: from localhost ([127.0.0.1]:41624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNT4r-0007gB-JP for submit@debbugs.gnu.org; Wed, 10 Jan 2024 02:32:41 -0500 Original-Received: from relay4-d.mail.gandi.net ([2001:4b98:dc4:8::224]:57637) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNT4p-0007ft-5v for 68334@debbugs.gnu.org; Wed, 10 Jan 2024 02:32:39 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 0FF5EE0004; Wed, 10 Jan 2024 07:32:23 +0000 (UTC) In-Reply-To: <2620b07ece7042ee685f1a596ffe70d9@finder.org> (Jared Finder via's message of "Tue, 09 Jan 2024 11:28:17 -0800") 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:277683 Archived-At: > If this goes in core, I'd like to make window-tool-bar-mode and > tab-line-mode work nicely together. Right now they both just overwrite > tab-line-format, but I think a better implementation would result in them > both appears in the tab-line side by side when both are enabled. In other > words, if both are enabled tab-line-format would have a value like > > ((:eval (tab-line-format)) " " (:eval (window-tool-bar-string))). > > I'm also happy to also add an additional line. At that point there'd be > three lines, so would it be worth it to add an option to control the order > of the lines? I can imagine a variable that contains lines / prefix events > for lines above a buffer and controls the order. I certainly would > appreciate this flexibility. Instead of asking the users to set tab-line-format to the expression above adding a simple option would be nice. Such option could define how to combine the window tool-line with the tab-line.