Replies: 3 comments 5 replies
-
Yes, let's do that. Feel free to commit this right away if the change is simple enough.
You mean, if M-SPC is pressed at the prompt with no user input? I prefer to keep the current behavior - this way the user can initiate an Orderless search right away.
Regarding |
Beta Was this translation helpful? Give feedback.
-
No user input, and previewing a selected candidate. I actually don't recall how we test the latter. So M-SPC would:
|
Beta Was this translation helpful? Give feedback.
-
BTW, do you know if eglot's CAPF's caching behavior changed? Now it seems to respond to a space separator by completing ignoring the user-entered component before the space, which I don't think used to happen. I am not wrapping its CAPF in in |
Beta Was this translation helpful? Give feedback.
-
Often I scroll down a bit in the list, and then realize I'm going to need to search instead. But the candidate preview is in the way. If I haven't gone far I can go back up to the first candidate. Or I can reset the input with
ESC-ESC-ESC
, but that's a lot to type.I wonder if we could overload
M-SPC
to callcorfu-reset
? Right now it does nothing in this scenario (well, it flashes the popup). And this is the key combo I mentally reach for when I think "OK, I need to sharpen my search". If there is no user-input at all yet, probably omitting the actual separator is also the right thing to do.Beta Was this translation helpful? Give feedback.
All reactions