Closed mhcerri closed 4 years ago
By looking at leoliu/ggtags#170, and if I'm understanding correctly, you want something like a counsel-gtags-generate-tags-function
that points to a certain function that can either return a non-nil
on generation or else otherwise (whether you will start to generate the tags in the background is up to you).
Is this so?
Hi. I basically want a way to start the tags generation if they don't exit without blocking.
This package is no longer maintained. If you have an issue, please send it to https://github.com/FelipeLema/emacs-counsel-gtags
Hi,
Do you think it's possible to make
counsel-gtags--generate-tags
public? Something likecounsel-gtags-generate-tags
?Currently, I`m redefining it in my config to make possible to generate the tags in background: