Skip to content

Complete to matching common substring #448

Closed Answered by plk
plk asked this question in Q&A
Feb 23, 2024 · 3 comments · 10 replies
Discussion options

You must be logged in to vote

Finally found the issue. Vertico uses consult-completion-in-region which was the issue. Setting:

  (setq completion-in-region-function 'completion--in-region)

Fixes it. It seems to go into a recursive minibuffer thing with the consult function and you need to press return as many times as you pressed TAB to complete to get the actual file selected to display.

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
9 replies
@plk
Comment options

@plk
Comment options

@minad
Comment options

@plk
Comment options

@minad
Comment options

Comment options

You must be logged in to vote
1 reply
@plk
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by plk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants