roman / golden-ratio.el

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

golden-ratio doesn't work nicely with ido-mode #1

Closed imnaseer closed 11 years ago

imnaseer commented 11 years ago

Switching the buffer through C-x b leads to the following message in the message bar: "No other window to the side of this one"

It works fine when ido-mode is disabled.

roman commented 11 years ago

@inaseer I'm not able to replicate your error, can you tell me if you are having just one window setup, or multiple window setup? Also, are you on the latest version? I added an extra if condition that avoids error messages that were happening with minibuffer.

Let me know.

imnaseer commented 11 years ago

I was on emacs-24.0 -- the problem went away on emacs-24.2 so we can mark this as closed. Thanks @roman