You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use both vertico and completion-preview-mode. I have my completion-in-region-function set to consult-completion-in-region, which means I can bring vertico when press C-M-i.
This thing shows lovely live-updating overlay on top of the place, where completion will land.
However, if at the same time completion-preview was active:
Both overlays will be shown:
I tried a few different hacks to avoid that, but still don't have reliably working solution. Maybe more advanced elisp hackers have more clue on how to avoid this overlay collision?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Daniel! Hello vertico community!
I use both vertico and completion-preview-mode. I have my completion-in-region-function set to consult-completion-in-region, which means I can bring vertico when press C-M-i.
This thing shows lovely live-updating overlay on top of the place, where completion will land.
However, if at the same time completion-preview was active:

Both overlays will be shown:
I tried a few different hacks to avoid that, but still don't have reliably working solution. Maybe more advanced elisp hackers have more clue on how to avoid this overlay collision?
Beta Was this translation helpful? Give feedback.
All reactions