emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Enable persistent naming for tabs


From: Eli Zaretskii
Subject: Re: [PATCH] Enable persistent naming for tabs
Date: Wed, 09 Oct 2019 19:02:36 +0300

> From: Robert Cochran <address@hidden>
> Date: Tue, 08 Oct 2019 15:26:10 -0700
> 
> The solution I went with was another value in the tabs frame-parameter
> alist. A new cons with the name `no-auto-name` in the car is used. If
> the cdr is nil, then the behavior we have now remains - the tab handling
> functions will call the value of `tab-bar-tab-name-function` and update
> the name immediately. With a non-nil value, any time
> `tab-bar-tab-name-function` would be called, the existing name is
> instead substituted.

Isn't this unnecessarily complicated?  Why not have the name assigned
by tab-bar-tab-name-function stick instead?

Thanks.



reply via email to

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