roman / golden-ratio.el

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

Vertical split bug on full HD resolution with Emacs fullscreen. #25

Closed syl20bnr closed 10 years ago

syl20bnr commented 11 years ago

This behavior is not observed if I resize the window to be smaller. Same bug happens on Linux and Windows.

golden_full_hd_bug

syl20bnr commented 10 years ago

@roman Fixed with (emacs 24.3.1):

(setq window-combination-resize t)

Source: http://www.gnu.org/software/emacs/manual/html_node/elisp/Recombining-Windows.html#Recombining-Windows)

roman commented 10 years ago

@syl20bnr awesome, thanks for having a solution to this issue.

syl20bnr commented 10 years ago

@roman It works great except when I restart emacs with a saved session: the old behavior reappears. I just close a window and redo a split then it's OK again.

Seems a bug in the emacs core (or in restore session).

zane commented 10 years ago

@syl20bnr Thanks for the update.