[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: time in mode-line
From: |
Eli Zaretskii |
Subject: |
Re: time in mode-line |
Date: |
Sat, 22 Jul 2023 09:14:13 +0300 |
> From: Colin Baxter <m43cap@yandex.com>
> Cc: emacs-devel@gnu.org
> Date: Sat, 22 Jul 2023 06:46:34 +0100
>
> >>>>> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> From: Colin Baxter <m43cap@yandex.com> Date: Fri, 21 Jul 2023
> >> 20:02:31 +0100
> >>
> >>
> >> After today's pull of emacs, I find the time clock display in the
> >> mode-line has changed. Is this intentional?
> >>
> >> 1. emacs -q <RET> 2. In scratch evaluate (setq
> >> display-time-day-and-date t) and (display-time) 3. C-x 2 <RET>
> >>
> >> In the inactive buffer, the clock has a background of the same
> >> colour as the active buffer mode-line. It look pretty ugly to me.
>
> > Does the patch below fix that?
>
> Yes, it does. Thank you.
Thanks, installed.