roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When invoking M-x next-multiframe-window the wrong one is resized

mshire opened this issue · comments

When having multiple visible buffers and switching between them, the behavior of golden-ratio when using `other-window correctly resizes the new active window.

However, when using next-multiframe-window and previous-multiframe-window, it appears that the window being moved from is resized (if not already), not the window being moved to.
(e.g. if doing `next-multiframe-window multiple times you'll see the resized window trailing the active window)

I have the same issue, observed when I use C-x o. Is this project still being maintained...?

I have the same issue, but it only happens if I have golden-ratio-auto-scale set to non-nil. My current work around is to not set golden-ratio-auto-scale, but to instead set window-combination-resize to non-nil.