abo-abo / ace-window

Quickly switch windows in Emacs
970 stars 86 forks source link

ace-window break helm-mini #164

Closed azzamsa closed 5 years ago

azzamsa commented 5 years ago

Hi

Ace-window will break helm-mini if I select it using ace-window. The gif below explain how to reproduce the error.

1) Tried to use arrow/ret in helm-mini : broken 2) Tried to type command in helm-mini : broken 3) select minibuffer (not helm-mini) : works.

helm

If 'helm-mini' is not buffer per se. maybe we can just ignore it from ace-window selection.

Thank you.

abo-abo commented 5 years ago

This is expected behavior: *helm-mini* is just a regular buffer that you can interact with. Sometimes it makes sense to select it, e.g. if you want to copy a word from there. You can always switch back from *helm-mini* to the minibuffer to continue with completion.

Closing as not a bug.

azzamsa commented 5 years ago

Oh, I see.

Thank you a ton for ace-window :).

abo-abo commented 5 years ago

You're welcome)