[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.
- [PATCH] Enable persistent naming for tabs, Robert Cochran, 2019/10/08
- Re: [PATCH] Enable persistent naming for tabs, Robert Cochran, 2019/10/09
- Re: [PATCH] Enable persistent naming for tabs, Juri Linkov, 2019/10/10
- Message not available
- Re: [PATCH] Enable persistent naming for tabs, Juri Linkov, 2019/10/13
- Re: [PATCH] Enable persistent naming for tabs, Juri Linkov, 2019/10/15
- Re: [PATCH] Enable persistent naming for tabs, Juri Linkov, 2019/10/20
- Re: [PATCH] Enable persistent naming for tabs, T.V Raman, 2019/10/20
- Re: [PATCH] Enable persistent naming for tabs, Juri Linkov, 2019/10/21
- Re: [PATCH] Enable persistent naming for tabs, Robert Cochran, 2019/10/23