minad / corfu

:desert_island: corfu.el - COmpletion in Region FUnction
GNU General Public License v3.0
1.06k stars 42 forks source link

(completion-at-point) brings up menu, but I can't do any with it #380

Closed SequentialDesign closed 8 months ago

SequentialDesign commented 8 months ago

when I call (completion-at-point) interactively, I get a menu, but I can't do anything with it.

corfu 1

the menu is stuck and doesn't do anything. the same thing happened with my real init (the one in the pic is super minimal (just for testing. the only package I have on it is corfu)). I want to call completion-at-point in a function, but I can't get it to work.

I'm using windows 10. I have not tested it on linux yet. have you seen something like this before ?

I tested it on wsl, and the result is the same: completion-at-point gives me a useless menu

corfu 2

kartikynwa commented 8 months ago

I have not tested it on linux yet. have you seen something like this before ?

Happens on Linux too. This does not happen if the popup appears automatically due to corfu-auto but following the steps you mention I encounter the exact same problem.