edwina
edwina copied to clipboard
Quitting emacs with EXWM
Hi,
When using edwina mode, and trying to exit emacs while using EXWM, it fails to exit. It does pops up a window with running processes, but the confirmation dialog doesn't appear. I was able to get this backtrace:
Debugger entered--Lisp error: (wrong-type-argument window-live-p #<window 73>)
set-window-point(#<window 73> 1)
save-buffers-kill-emacs(nil)
save-buffers-kill-terminal(nil)
funcall-interactively(save-buffers-kill-terminal nil)
call-interactively(save-buffers-kill-terminal nil nil)
command-execute(save-buffers-kill-terminal)
I suspect I need to somehow override edwina placing the confirmation window?