Leo Liu
Leo Liu
The option seems to take a directory so the patch won't work as is. the good news is there is a new feature in global that allows sorting tags by...
Hi @thekondor, Thanks for the feedback. Am I right in assuming that you want to limit the search to current directory? Let me think and find a way to have...
@mnp Nesting projects is possible since the beginning of `ggtags` when I used the linux kernel source as a test ground. `M-x ggtags-create-tags` and find the sub directory tree to...
Make sure you are using https://ctags.sourceforge.io
maybe check `"langmap" option` in your `.ctags` config file.
I see. maybe ask on the gnu global mailing list. It is definitely possible to run global + ctags + pygments.
Hi @stardiviner, Using your source code example and set `ggtags-enable-navigation-keys` to nil. Everything seems to work as expected. So I think there might be something wrong in your `use-package` form...
hi @stardiviner, I see `ggtags-navigation-mode` enabled globally but its keybindings are not active. i.e. in org-mode buffer, `M->` is bound to whatever org-mode binds it to. Is this what you...
I made a change so that the lighter doesn't show up in non-related buffers. Could you check if the change is satisfactory? Thanks. There are a few reasons that `ggtags-navigation-mode`...
It is still unsatisfactory. In `0.9.x` I will rethink this decision.