bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46299: 28.0.50; Value of tab-bar-show not respected in new frames.


From: martin rudalics
Subject: bug#46299: 28.0.50; Value of tab-bar-show not respected in new frames.
Date: Mon, 15 Feb 2021 09:16:40 +0100

> What if the user wants to manually enable the tab bar on one frame only
> without enabling tab-bar-mode?  Currently it's possible with
>
>    (add-hook 'after-make-frame-functions 'toggle-frame-tab-bar)

As a rule, this should be done by setting the 'tab-bar-lines' parameter
of that frame to non-zero, leaving it at zero for all other frames.

'toggle-frame-tab-bar' should stick to that rule.

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]