Replies: 2 comments 23 replies
-
|
I don't see this problem. Can you reproduce this from emacs -Q? |
Beta Was this translation helpful? Give feedback.
-
|
Sorry if disturbing anyone, but I have encountered a similar yet different issue. The behavior seems similar: if I press However, the differences are:
Although coming up with a guess is generally bad when reporting bugs, but for this one, my guess is that it's somehow the inverse of the above discussion: the command loop is waiting for keyboard input and Would appreciate any suggestion on debugging. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Normally, I can type C-g to run
corfu-quitto exit the completion. Weirdly, in org-mode buffer, I need to type it twice. Trying to figure it out why, I added the following hook to see what's happening when I runC-g.I find that the first
C-gis callingkeyboard-quitinstead ofcorfu-quit(see the crude recording) and this only occurs in org-mode buffer. I am wondering if anyone knows why and how to fix it.Untitled.mov
I am using GNU Emacs 30.0.93 (build 2, aarch64-apple-darwin24.2.0, NS appkit-2575.30 Version 15.2 (Build 24C101)) and latest corfu and builtin org-mode. Note that this problem persists even I purge all my org-mode settings.
Beta Was this translation helpful? Give feedback.
All reactions