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
> From: Eval Exec <execvy <at> gmail.com>
> Date: Sun, 16 Feb 2025 10:38:41 +0800
>
> Hello,
>
> ```
> (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.
>
> (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.
Adding Martin to this discussion.
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.