unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Stefan Kangas <stefankangas@gmail.com>
Cc: 58862@debbugs.gnu.org
Subject: bug#58862: 29.0.50; tab-bar-mode doesn't display after display-time-mode with format option
Date: Sat, 29 Oct 2022 20:54:11 +0300	[thread overview]
Message-ID: <86mt9eecsc.fsf@mail.linkov.net> (raw)
In-Reply-To: <CADwFkmn-wu83XDgL-+REV1L7U2T2i+aW485Q3XXP+Wzt7DD_7Q@mail.gmail.com> (Stefan Kangas's message of "Sat, 29 Oct 2022 00:23:00 -0700")

> Severity: minor
>
> In emacs -Q:
>
>     0. Evaluate
>            (setq tab-bar-format '(tab-bar-format-global))
>     1. M-x tab-bar-mode RET
>     2. M-x display-time-mode RET
>
> The tab bar is not visible.  I expect that it is, just as when I do
> this:
>
>     (progn
>        (setq tab-bar-format '(tab-bar-format-global))
>        (tab-bar-mode 1)
>        (display-time-mode 1))

The tab bar is not visible because an empty tab bar can't be displayed:

  (tab-bar-format-list tab-bar-format)
  => ((global menu-item "" ignore))

So it works fine when you change the initialization order to:

    0. Evaluate
           (setq tab-bar-format '(tab-bar-format-global))
    1. M-x display-time-mode RET
    2. M-x tab-bar-mode RET





  reply	other threads:[~2022-10-29 17:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29  7:23 bug#58862: 29.0.50; tab-bar-mode doesn't display after display-time-mode with format option Stefan Kangas
2022-10-29 17:54 ` Juri Linkov [this message]
2022-11-12 20:33   ` Stefan Kangas
2022-11-13 18:23     ` Juri Linkov
2022-11-13 18:30       ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86mt9eecsc.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=58862@debbugs.gnu.org \
    --cc=stefankangas@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).