bug#81406: 31.0.90; rotate-windows loses window balance when window-combination-resize is t
Pranshu <[email protected]> Fri, 7 Aug 2026 23:41:55 +1000
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <CADqFYwZ2rnJ_BA8q+XB77UehALyQHRBgVQWe+3XgbCQG9nprcg@mail.gmail.com> |
On Fri, 7 Aug 2026 at 21:12, Eli Zaretskii <[email protected]> wrote: > All those functions should handle dedicated windows the same, IMO. I disagree, dedicated windows are windows that are dedicated to one buffer, but that dosn't mean you can do stuff like split them or even change their size. rotate-windows is an exception, it seems like it's moving the buffers around, but actually it's destroying and recreating the window tree from scratch, so it gives the wrong impressoin. The other window-x don't have this issue, they're pretty clear about that they do. Since dedicated windows are splittable, there's no reason why they shouldn't be transposable etc.