emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCHES] Minor patches for Remember, Minibuffer and Tab Bar


From: Juri Linkov
Subject: Re: [PATCHES] Minor patches for Remember, Minibuffer and Tab Bar
Date: Tue, 05 Jan 2021 20:58:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> Here are some suggestions of minor patches. Hope it's useful in some
> way.
>
> This patch:
>   - adds a trailing space to minibuffer depth indicator, so it has some
>   distance from minibuffer prompt

It hard-codes the space character, but it would be more user-friendly to
allow customization of its format string with a new user option with such
the default value: "[%d]".

> This patch:
>   - adds a new option 'tab-bar-history-buttons-show' to control
>   visibility of tab-bar-history back and forward buttons, similar to
>   'tab-bar-new-button-show' and 'tab-bar-close-button-show'

Thanks, now your patch is pushed to master.

> This patch:
>   - adds a new option 'tab-bar-tab-name-format-function' to let user
>   specify a custom function to format the final string of tab
>   name. This would be useful in many cases, for example, to add custom
>   properties/faces to final tab name or to trim spaces in case
>   'tab-bar-rename-tab' has trailing spaces. It could also fix a trailing
>   space when 'tab-bar-tab-hints' is set to  true and
>   'tab-bar-tab-name-function' returns an empty string

Now a more general option 'tab-bar-tab-name-format-function'
is pushed to master that allows easier customization for the
format of tab names.



reply via email to

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