unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42756: 28.0.50; tab-bar-show failed to work
@ 2020-08-07 20:25 Zhiwei Chen
  2020-08-08 23:45 ` Juri Linkov
  0 siblings, 1 reply; 7+ messages in thread
From: Zhiwei Chen @ 2020-08-07 20:25 UTC (permalink / raw)
  To: 42756

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

The tab-bar always shows even though tab-bar-show is nil.

To reproduce:

    emacs -Q
    M-x tab-bar-mode
    M-: (setq tab-bar-show nil)

In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.21, cairo version 1.17.3)
 of 2020-08-08 built on lilydjwg
Repository revision: 7196abecb5f5c3cc1282280d2d337b6a86761656
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Arch Linux


[-- Attachment #2.1: Type: text/html, Size: 544 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#42756: 28.0.50; tab-bar-show failed to work
  2020-08-07 20:25 bug#42756: 28.0.50; tab-bar-show failed to work Zhiwei Chen
@ 2020-08-08 23:45 ` Juri Linkov
  2020-08-09  9:31   ` Condy Chen
  0 siblings, 1 reply; 7+ messages in thread
From: Juri Linkov @ 2020-08-08 23:45 UTC (permalink / raw)
  To: Zhiwei Chen; +Cc: 42756

> The tab-bar always shows even though tab-bar-show is nil.
>
> To reproduce:
>
> emacs -Q
> M-x tab-bar-mode
> M-: (setq tab-bar-show nil)

Actually, the user option 'tab-bar-show' is intended to be customized
using the Customization UI.  Could you please try

  M-x customize-variable RET tab-bar-show RET





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#42756: 28.0.50; tab-bar-show failed to work
  2020-08-08 23:45 ` Juri Linkov
@ 2020-08-09  9:31   ` Condy Chen
  2020-08-09 23:20     ` Juri Linkov
  0 siblings, 1 reply; 7+ messages in thread
From: Condy Chen @ 2020-08-09  9:31 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 42756

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

> M-x customize-variable RET tab-bar-show RET

tab-bar-mode is disabled after customizing tab-bar-show, but tab-bar-mode
is still functional.

It's confusing.

[-- Attachment #2: Type: text/html, Size: 239 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#42756: 28.0.50; tab-bar-show failed to work
  2020-08-09  9:31   ` Condy Chen
@ 2020-08-09 23:20     ` Juri Linkov
  2020-08-10 15:24       ` Condy Chen
  0 siblings, 1 reply; 7+ messages in thread
From: Juri Linkov @ 2020-08-09 23:20 UTC (permalink / raw)
  To: Condy Chen; +Cc: 42756

>> M-x customize-variable RET tab-bar-show RET
>
> tab-bar-mode is disabled after customizing tab-bar-show, but tab-bar-mode
> is still functional.
>
> It's confusing.

Please explain what do you mean by saying that tab-bar-mode is still functional.
Can you still switch tabs with the tab bar?





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#42756: 28.0.50; tab-bar-show failed to work
  2020-08-09 23:20     ` Juri Linkov
@ 2020-08-10 15:24       ` Condy Chen
  2020-08-10 23:54         ` Juri Linkov
  0 siblings, 1 reply; 7+ messages in thread
From: Condy Chen @ 2020-08-10 15:24 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 42756

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

Yes, it does.

Whatever I turn tab-bar-mode on or not, C-x t 2 is always able to create a
tab-bar.

The reddit guys also use this bug (I think it a bug) as a workaround to
hide the bar-bar.

https://www.reddit.com/r/emacs/comments/fh3f4a/is_it_possible_to_use_tabbarmode_but_hide_the_tabs/


On Mon, Aug 10, 2020 at 7:30 AM Juri Linkov <juri@linkov.net> wrote:

> >> M-x customize-variable RET tab-bar-show RET
> >
> > tab-bar-mode is disabled after customizing tab-bar-show, but tab-bar-mode
> > is still functional.
> >
> > It's confusing.
>
> Please explain what do you mean by saying that tab-bar-mode is still
> functional.
> Can you still switch tabs with the tab bar?
>

[-- Attachment #2: Type: text/html, Size: 1221 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#42756: 28.0.50; tab-bar-show failed to work
  2020-08-10 15:24       ` Condy Chen
@ 2020-08-10 23:54         ` Juri Linkov
  2020-08-11 23:17           ` Juri Linkov
  0 siblings, 1 reply; 7+ messages in thread
From: Juri Linkov @ 2020-08-10 23:54 UTC (permalink / raw)
  To: Condy Chen; +Cc: 42756

> Whatever I turn tab-bar-mode on or not, C-x t 2 is always able to create a
> tab-bar.

Right, C-x t 2 shows the tab-bar by default, and if you don't like this,
you can customize tab-bar-show to nil to not show the tab-bar.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#42756: 28.0.50; tab-bar-show failed to work
  2020-08-10 23:54         ` Juri Linkov
@ 2020-08-11 23:17           ` Juri Linkov
  0 siblings, 0 replies; 7+ messages in thread
From: Juri Linkov @ 2020-08-11 23:17 UTC (permalink / raw)
  To: Condy Chen; +Cc: 42756

tags 42756 notabug
close 42756 28.0.50
thanks

>> Whatever I turn tab-bar-mode on or not, C-x t 2 is always able to create a
>> tab-bar.
>
> Right, C-x t 2 shows the tab-bar by default, and if you don't like this,
> you can customize tab-bar-show to nil to not show the tab-bar.

So now closing this report.  Please reopen it when you see a bug.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-08-11 23:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07 20:25 bug#42756: 28.0.50; tab-bar-show failed to work Zhiwei Chen
2020-08-08 23:45 ` Juri Linkov
2020-08-09  9:31   ` Condy Chen
2020-08-09 23:20     ` Juri Linkov
2020-08-10 15:24       ` Condy Chen
2020-08-10 23:54         ` Juri Linkov
2020-08-11 23:17           ` Juri Linkov

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).