GNU bug report logs - #76317
Emacs 31.0.50 4b28c41c4f2b on feature/igc branch; :window-sides-vertical doesn't take effect

Previous Next

Package: emacs;

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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eval Exec <execvy <at> gmail.com>
Subject: bug#76317: closed (Re: bug#76317: Emacs 31.0.50 4b28c41c4f2b on
 feature/igc branch; :window-sides-vertical doesn't take effect)
Date: Fri, 21 Feb 2025 19:17:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76317: Emacs 31.0.50 4b28c41c4f2b on feature/igc branch; :window-sides-vertical doesn't take effect

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76317 <at> debbugs.gnu.org.

-- 
76317: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76317
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pip Cet <pipcet <at> protonmail.com>
To: Eval Exec <execvy <at> gmail.com>
Cc: martin rudalics <rudalics <at> gmx.at>, Eli Zaretskii <eliz <at> gnu.org>,
 76317-done <at> debbugs.gnu.org
Subject: Re: bug#76317: Emacs 31.0.50 4b28c41c4f2b on feature/igc branch;
 :window-sides-vertical doesn't take effect
Date: Fri, 21 Feb 2025 19:16:31 +0000
"Eval Exec" <execvy <at> gmail.com> writes:

> Haha, thanks!

Closing this bug, then :-)

Pip


[Message part 3 (message/rfc822, inline)]
From: Eval Exec <execvy <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs 31.0.50 4b28c41c4f2b on feature/igc branch;
 :window-sides-vertical doesn't take effect
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.



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.