GNU bug report logs -
#58862
29.0.50; tab-bar-mode doesn't display after display-time-mode with format option
Previous Next
Reported by: Stefan Kangas <stefankangas <at> gmail.com>
Date: Sat, 29 Oct 2022 07:24:01 UTC
Severity: minor
Tags: notabug
Fixed in version 29.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 58862 <at> debbugs.gnu.org (full text, mbox):
Juri Linkov <juri <at> linkov.net> writes:
>> 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
Sorry for the late reply here. I guess what surprised me is that the
order mattered here. If you don't think this is a bug, we can close
this. Thanks.
This bug report was last modified 2 years and 253 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.