GNU bug report logs -
#78999
31.0.50; [wishlist] window-divider-mode: option to show the bottom divider only when the mode line is hidden
Previous Next
Reported by: Dani Moncayo <dmoncayo <at> gmail.com>
Date: Sat, 12 Jul 2025 10:15:02 UTC
Severity: normal
Found in version 31.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Sat, Jul 12, 2025 at 1:02 PM Eli Zaretskii <eliz <at> gnu.org> wrote:
>
> > From: Dani Moncayo <dmoncayo <at> gmail.com>
> > Date: Sat, 12 Jul 2025 12:33:56 +0200
> >
> > BTW, in my setup, the mode-line face has a :box property, so each mode
> > line is rendered with a box around it. As a result, showing both the
> > mode line and the bottom divider looks bad (at least to me).
>
> The mode line has the :box face by default (see the attributes of the
> face 'mode-line'), and if I customize window-divider-default-places to
> (say) 'bottom-only', I don't see anything wrong in the resulting
> display.
I'm not saying that the result is _wrong_. I just find it like
'redundant', so to speak, to have a window with both a mode line and a
bottom divider below it. I feel like the mode line is already enough
to mark the bottom boundary of the window. And I'd rather have either
the mode line or the bottom divider line, but not both.
> What exactly "looks bad" in your case, and how did you
> customize the :box property?
My setup is something like the one below.
I'm also attaching a screenshot of how it looks here.
---------------
(custom-set-faces
'(mode-line ((t (:background "#c4d8fd" :foreground "#000080"
:box (:line-width 2 :color "#000080")))))
'(mode-line-inactive ((t (:background "#caccce" :foreground "#696969"
:box (:line-width 2 :color "#696969")))))
'(window-divider ((t (:foreground "black"))))
)
(setq window-divider-default-bottom-width 4)
(setq window-divider-default-places t)
--------------
--
Dani Moncayo
[shot1.png (image/png, attachment)]
This bug report was last modified 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.