Skip to content
Discussion options

You must be logged in to vote

Apologies for the delay in getting back. I spent sometime staring at the code and tracing it with the debugger.
Thanks to your hint, I think I understand the problem.

Below is the screenshot when vertico is not enabled.

The key point in the non-vertico scenario I was missing is that the completions are not requested by default. When vertico is enabled, completions are requested before the minibuffer is shown.

The project I was looking at is quite big (~3.6M symbols). This size causes long delay in gtags.el to return the list. And sorting (in vertico) probably adds some overhead too.

There are two options going forward -

  1. Disable completion in gtags.el when looking up symbols - I have nev…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@punitagrawal
Comment options

@minad
Comment options

minad May 2, 2025
Maintainer

@punitagrawal
Comment options

Answer selected by punitagrawal
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