abo-abo / ace-window

Quickly switch windows in Emacs
984 stars 87 forks source link

Posframes do not appear to be cleaned up properly #245

Open swflint opened 4 months ago

swflint commented 4 months ago

When using ace-window-posframe, I periodically have frames become "surrogate minibuffer frames", preventing them from being killed. This is fixed by running posframe-delete-all, but it appears to be because posframes are not killed. It may be necessary to use posframe-kill instead of posframe-hide for this reason.