Closed whyfarer closed 3 years ago
Sorry for not looking at this for so long. I'm not opposed to adding support for ESC
to be bound to dismiss the menu by default, as C-g
does.
I'm not sure why pressing ESC
would trigger the debugger for you however. Do you have (toggle-debug-on-error)
enabled? Is there any other relevant config you can share?
Unfortunately, looks like I deleted frog-jump-buffer from my config since hitting this error all the time was too painful for me. I no longer have any idea how I had it setup. I don't think any other parts of my config would have contributed to unusual esc behavior though
If you never set debug-on-error
, which is not enabled in Emacs by default, the fallback of (error "Quit")
will end up dismissing the menu like you were desiring.
Ideally this would be gracefully handled even if you are opting into the debugger behavior though.
Just to follow up, I pushed a commit to bypass triggering the debugger when it is enabled on pressing ESC
.
I just start using frog-jump-buffer and I'm quite enjoying it. Thanks!
Issue:
If I invoke frog-jump-buffer and then ESC out of it, I trigger the following error: