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

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

bug#47369: 28.0.50; Current tab name is not correct after tab-rename


From: Andrea Corallo
Subject: bug#47369: 28.0.50; Current tab name is not correct after tab-rename
Date: Thu, 25 Mar 2021 15:46:16 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Gerry Agbobada <gagbobada@gmail.com> writes:

> In a graphical Emacs, run this file named 'tab-name.el'
>
> #+BEGIN_SRC elisp
> (tab-new)
> (tab-rename "second tab")
> (tab-next)
> (tab-rename "first tab")
> ;; Expecting "first tab" here. Instead got "tab-name.el"
> (alist-get 'name (tab-bar--current-tab))
> #+END_SRC

Hi Gerry,

I just merged master into feature/native-comp (c6c7b30e4b) and I can't
reproduce this anymore, I can only guess this was fixed into master and
now the fix is in native-comp too.

Could you give it a try?

Thanks

  Andrea





reply via email to

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