emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Address issue with tab-bar


From: Juri Linkov
Subject: Re: [PATCH] Address issue with tab-bar
Date: Fri, 18 Sep 2020 11:29:17 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

>> So the problem is that tab-bar-new-tab doesn't show the tab-bar again
>> when there are more than one tab.
>
> Ah, in that case, I think we can just remove the first case in the cond
> in tab-bar-new-tab-to; simple patch attached
>
> diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
> index d8f932e7a4..e4b3c8cf19 100644
> --- a/lisp/tab-bar.el
> +++ b/lisp/tab-bar.el
> @@ -801,7 +801,6 @@ tab-bar-new-tab-to
>                            (nth to-index tabs)))
>
>      (cond
> -     (tab-bar-mode)
>       ((eq tab-bar-show t)
>        (tab-bar-mode 1))
>       ((and (natnump tab-bar-show)

Thanks for the fix, now pushed.



reply via email to

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