GNU bug report logs -
#71883
[PATCH] Fix tab-bar-auto-width with customized tab-bar-tab-face-function
Previous Next
Reported by: Joseph Turner <joseph <at> breatheoutbreathe.in>
Date: Mon, 1 Jul 2024 20:43:02 UTC
Severity: normal
Tags: patch
Fixed in version 31.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #82 received at 71883 <at> debbugs.gnu.org (full text, mbox):
Juri Linkov <juri <at> linkov.net> writes:
> close 71883 31.0.50
> thanks
>
>>>> +(defun tab-bar-auto-width-predicate-default (item)
>>>> + "Accepts tab ITEM and returns non-nil for tabs and tab groups."
>>>> + (string-match-p
>>>> + ;; (rx bos (or "current-tab" "current-group" "tab-" "group-"))
>>>> + "\\`\\(?:current-\\(?:group\\|tab\\)\\|\\(?:group\\|tab\\)-\\)"
>>>> + (symbol-name (nth 0 item))))
>>>
>>> In this part please remove the current group from the default implementation,
>>> because it looks too ugly, and it was not resized before this change, since
>>> tab-bar-auto-width-faces didn't contain the tab-bar-tab-group-current face.
>>
>> If the simpler change offers feature parity, that sounds good to me.
>
> Thanks for the patch, I pushed it to master, then ameliorated it
> to keep backwards-compatibility for users customized these faces,
> but by default using your predicate on symbols.
Thank you! How would users have customized tab-bar-auto-width-faces
since it was not a defcustom?
This bug report was last modified 333 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.