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#31851: 26.1; Support a frame-wide bar similar to the mode line Date: Thu, 02 Sep 2021 18:54:03 +0300 Message-ID: <87sfyn0z80.fsf@mail.linkov.net> References: <8736xn4w5r.fsf@gmail.com> <5B24B124.1080609@gmx.at> <87po0q9qp6.fsf@gmail.com> <5B261382.4060700@gmx.at> <871r67beeo.fsf@gnus.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="8634"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Alex Branham , 31851@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Sep 02 18:03:31 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 1mLpBa-00022B-TJ for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 02 Sep 2021 18:03:30 +0200 Original-Received: from localhost ([::1]:52574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLpBZ-0004o7-My for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 02 Sep 2021 12:03:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLp5K-0005AO-Jb for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2021 11:57:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58501) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mLp5K-00014j-AC for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2021 11:57:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mLp5K-00008L-0x for bug-gnu-emacs@gnu.org; Thu, 02 Sep 2021 11:57: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, 02 Sep 2021 15:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31851 X-GNU-PR-Package: emacs Original-Received: via spool by 31851-submit@debbugs.gnu.org id=B31851.1630598220505 (code B ref 31851); Thu, 02 Sep 2021 15:57:01 +0000 Original-Received: (at 31851) by debbugs.gnu.org; 2 Sep 2021 15:57:00 +0000 Original-Received: from localhost ([127.0.0.1]:41814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLp5I-000085-Cn for submit@debbugs.gnu.org; Thu, 02 Sep 2021 11:57:00 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:37029) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLp5G-00007a-U9 for 31851@debbugs.gnu.org; Thu, 02 Sep 2021 11:56:59 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id DA04020004; Thu, 2 Sep 2021 15:56:50 +0000 (UTC) In-Reply-To: <871r67beeo.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 02 Sep 2021 09:54:55 +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:213281 Archived-At: > martin rudalics writes: > >>> Thanks for the suggestion. This looks similar to what I want, but it >>> doesn't look like there's a way to make it apply to all frames (like the >>> mode-line does > > [...] > >> It doesn't apply to all frames, right. You have to add some code, >> probably to 'after-make-frame-functions', to display such a side >> window on every frame. > > I think the conclusion here is that the Side Windows thing covers the > proposed use case, so I'm closing this bug report. Actually, now there is a frame-wide bar similar to the mode line that can be configured using tab-bar-format in tab-bar-mode.