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


Message #17 received at 76317 <at> debbugs.gnu.org (full text, mbox):

From: Eval Exec <execvy <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 76317 <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: Mon, 17 Feb 2025 09:58:33 +0800
Hi martin, I confirmed this patch works! Thank you!

On Sun, Feb 16, 2025 at 6:32 PM Eval Exec <execvy <at> gmail.com> wrote:
>
> 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




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.