emacs-keypression icon indicating copy to clipboard operation
emacs-keypression copied to clipboard

Leaves around stale child-frames? and needs turning off before main frame can be killed

Open unhammer opened this issue 5 years ago • 3 comments

After using for a while, I get a bunch of "untitled windows" from Emacs in my task bar.

Also, if manually exiting these before turning off keypression-mode, it won't let you exit the main frame:

Error in pre-command-hook (keypression--pre-command): (error "#<dead frame  0x5650e191ac40> is not a live frame")
handle-delete-frame: Attempt to delete a surrogate minibuffer frame

unhammer avatar Nov 26 '20 12:11 unhammer

I also get the error Attempt to delete a surrogate minibuffer frame when keypression-mode is active and I try to close Emacs with the mouse (using title bar button).

TentativeConvert avatar Jun 05 '21 15:06 TentativeConvert

I don't get this issue with champagne. I might have to re-use that work in my command log package. I'll look at the implementation tomorrow.

psionic-k avatar Nov 10 '23 17:11 psionic-k

I was able to see this issue and that #20 fixed it by adding frame parameters

psionic-k avatar Nov 26 '23 01:11 psionic-k