roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
589 stars 38 forks source link

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

Open mshire opened 7 years ago

mshire commented 7 years ago

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 andprevious-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)

gepandz commented 5 years ago

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

psidhu commented 1 year ago

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.