GNU bug report logs -
#76317
Emacs 31.0.50 4b28c41c4f2b on feature/igc branch; :window-sides-vertical doesn't take effect
Previous Next
Reported by: Eval Exec <execvy <at> gmail.com>
Date: Sun, 16 Feb 2025 02:40:01 UTC
Severity: normal
Done: Pip Cet <pipcet <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Thank you
On Sun, Feb 16, 2025, 18:09 martin rudalics <rudalics <at> gmx.at> wrote:
> >> (defun show-side-window ()
> >> (display-buffer-in-side-window
> >> (get-buffer "~/.emacs.d/init.el")
> >> '((side . left)
> >> (slot . 0)))
> >> (display-buffer-in-side-window
> >> (get-buffer "~/.emacs.d/init.el")
> >> '((side . bottom)
> >> (slot . 0))))
> >>
> >> (progn
> >> (setq window-sides-vertical nil)
> >> (show-side-window)) ;;; eval this first, I expect left side window
> >> occupy full height, and yes.
>
> No. When 'window-sides-vertical' is nil, the bottom side window should
> occupy full width. The bug is here.
>
> >> (progn
> >> (setq window-sides-vertical t)
> >> (show-side-window)) ;; then eval this, I expect bottom window occupy
> >> full width, but not???
> >> ```
> >>
> >> I expect window-sides-vertical can control bottom side window occupy
> >> full frame width, but not. I think this is a bug.
>
> OTOH this is OK.
>
> The bug was introduced with the fix for Bug#73627, the release version
> should not have it. Please try the attached patch.
>
> Thanks, martin
>
[Message part 2 (text/html, inline)]
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.