emacs-devel
[Top][All Lists]
Advanced

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

Re: tab-rename broken/changed?


From: T.V Raman
Subject: Re: tab-rename broken/changed?
Date: Sun, 21 Mar 2021 18:34:53 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:


The latter, fixed it by changing how I was accessing the tab-name.

Could you perhaps provide a simple tab-bar-tab-name function for use
from outside tab-bar (emacspeak in my case) to stay robust?

For now I'm accessing  the name of the current tab like so:

(format "%s"
           (cdr
             (assoc 'name (assoc 'current-tab (tab-bar-tabs)))))
>> 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.
>
> It seems you have a customization incompatible with recent changes.
> Do you have this problem when renaming a tab in emacs without customization?
> Maybe you are using some elisp code that accesses internal functions?

-- 

Thanks,

--Raman
?7?4 Id: kg:/m/0285kf1  ?0?8



reply via email to

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