emacs-devel
[Top][All Lists]
Advanced

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

Re: tab-rename broken/changed?


From: Juri Linkov
Subject: Re: tab-rename broken/changed?
Date: Sun, 21 Mar 2021 22:55:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> As best I can tell, something has changed for the worse in tab-rename
> -- after you rename a tab, either via C-x tr or from elisp, the alist
> of tabs does not contain the explicitly given name, but continues to
> use the name of the file currectnly displayed in that tab.

Sorry for the breakage.  The function tab-bar--current-tab was intended
to create a new current-tab structure.  Mistakenly it also supported
searching for the existing current-tab.  Recently the search part was
moved to a new function tab-bar--current-tab-find.



reply via email to

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