You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run emacsclient -e '(completing-read "Prompt: " (list "1" "2" "3"))'
Select something from the list
Try to type something into the X11 terminal.
The first keypress after the minibuffer is closed seems to go to the underlying emacs buffer of the EXWM window instead of to the X11 window inside it, causing a "Buffer is read only" error. Subsequent keypresses after the first one is sent correctly to the X11 window.
EDIT: Note that this only happens if the minibuffer is opened by other means than through a keybind. If I open the minibuffer by pressing M-x, 'C-x b' or similar, then the focus is returned correctly to the X11 window.