GNU bug report logs - #44483
27.1.50; Window parameter `min-margins' doesn't split window in half

Previous Next

Package: emacs;

Reported by: Joost Kremers <joostkremers <at> fastmail.fm>

Date: Fri, 6 Nov 2020 14:10:02 UTC

Severity: normal

Found in version 27.1.50

Fixed in version 27.2

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


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

From: martin rudalics <rudalics <at> gmx.at>
To: Joost Kremers <joostkremers <at> fastmail.fm>, 44483 <at> debbugs.gnu.org
Subject: Re: bug#44483: 27.1.50; Window parameter `min-margins' doesn't split
 window in half
Date: Fri, 6 Nov 2020 19:12:51 +0100
[Message part 1 (text/plain, inline)]
> 1. Open any text file, preferably with long lines (to better see the effect).
>
> 2. `M-x visual-line-mode RET`
>
> 3. `M-: (set-window-margins (selected-window) 0 150) RET`
>
> The number 150 is arbitrary. It's appropriate for my case (with a frame width of
> about 238 characters).
>
> 4. `M-: (set-window-parameter (selected-window) 'min-margins '(0 . 0)) RET`
>
> 5. `C-x 3`
>
> At this point, I expect the window to be split into two equally-sized
> side-by-side windows, but the split is at about one third of the original window
> width.

The problem is that when we split the original window, the new window
does not get its 'min-margins' parameter set and the subsequent
sanitizing step screws up things.  Please try the attached patch.

And please look also into what happens when you shrink a frame with such
large margins to a size that won't accommodate those margins any more
unless they get shrunk.  I'm afraid that the subsequent sanitizing step
might cause troubles there as well.

Thanks, martin
[joost.diff (text/x-patch, attachment)]

This bug report was last modified 3 years and 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.