roman / golden-ratio.el

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

Unexpected resizing when completing the minibuffer #9

Open arcanis opened 11 years ago

arcanis commented 11 years ago

Steps to reproduce the issue (a bit tricky) :

roman commented 11 years ago

I fixed an issue regarding windows with full width/height resizing throwing an error (minibuffer included in that list)

Can you try with the new commits I pushed?

Thanks.

arcanis commented 11 years ago

Nope, it still do this. There is no error, the two main window will resize to 50/50 until leaving the minibuffer (and it's only when launching a successful autocomplete after a partial autocomplete).

roman commented 9 years ago

@arcanis are you still having this issue on newer emacs versions?