--- Begin Message ---
Subject: |
29.0.90; broken mouse-face |
Date: |
Thu, 04 May 2023 18:11:18 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
This is a regression introduced between 28 and 29.
1. M-x global-tab-line-mode RET
2. C-h C-n ;; (view-emacs-news)
3. C-h C-t ;; (view-emacs-todo)
4. C-x b *scratch* RET
Hover the mouse pointer over the tabs.
Over all tabs mouse-face is 'tab-line-highlight'
that is light grey color. But over the "TODO" tab
the main text is not highlighted with mouse-face.
There is no difference between "NEWS" and "TODO"
with regard to their text properties.
Customizing 'tab-line-highlight' to a more noticeable
background color like red helps the observe the effect.
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#63271: 29.0.90; broken mouse-face |
Date: |
Fri, 12 May 2023 22:21:09 +0300 |
> From: Juri Linkov <juri@linkov.net>
> Cc: Eli Zaretskii <eliz@gnu.org>, Po Lu <luangruo@yahoo.com>,
> stephen.berman@gmx.net, 63271@debbugs.gnu.org
> Date: Fri, 12 May 2023 20:20:47 +0300
>
> >> Since I cannot verify the fix on my system, please confirm that the
> >> change you asked me to install is the one below.
> >>
> >
> > Yes, that change is correct. Juri could perhaps also confirm that this
> > fixes the bug for him.
>
> I confirm that this patch completely fixes the reported problem.
Thanks, installed.
--- End Message ---