muffinmad / emacs-mini-frame

Show minibuffer in child frame on read-from-minibuffer
GNU General Public License v3.0
321 stars 20 forks source link

Issues when quitting completion #51

Closed untoreh closed 3 years ago

untoreh commented 3 years ago

I am using wslg with emacs-pgtk, when I try to close the miniframe, it is moved down, and is still visible, and it appears as a window in itself, you can cycle ALT-TAB to it from windows; the window is only present after I quit the completion (if I try to ALT-TAB while reading a completion, the minibuffer frame/window is not present, can't be ALT-TABbed). miniframe

muffinmad commented 3 years ago

On completion quit the mini-frame become hidden and by default detached from parent frame. Not sure what makes the mini-frame visible - pgtk or wslg or both. Try to set the mini-frame-detach-on-hide variable to nil

untoreh commented 3 years ago

that solves it, the downside doesn't bother me since I rarely reopen frames :)