ggtags icon indicating copy to clipboard operation
ggtags copied to clipboard

Emacs frontend to GNU Global source code tagging system.

Results 49 ggtags issues
Sort by recently updated
recently updated
newest added

Trying to jump to a definition with one match in a file accessed via ssh using tramp gives me (with emacs 27.2): Error running timer ‘compilation-auto-jump’: (wrong-type-argument stringp nil) This...

I'm running ggtags.el 0.9.0 on emacs 27.1 on jammy jellyfish xubuntu. I use M-. to find a symbol and then try to return to my previous location with M-, xref-pop-marker-stack...

Some may prefer no highlighting at all. Also, some modes require (significantly) more context for proper highlighting than just a single line[1]. What about a variable to configure the behaviour?...

Not sure which version of emacs added using hooks for eldoc instead of the eldoc variable so this may require bumping the minimum supported version. Advantage of the new approach:...

See [here](https://asciinema.org/a/4ZN6aZsElWSOeq7azDKA6A3Zy). Whenever ggtags looks up a tag and highlights it with `ggtags-fontify-code` the active hl-line in the original buffer is removed. I've narrowed the issue down to `ggtags-fontify-code` after...

When `company-mode` and `ggtags-mode` are both enabled, company will use ggtags as a completion source via its `company-capf` backend. If no tags file (e.g., GTAGS) exists, ggtags will throw an...

GNU Emacs 28.0.50, x86_64 linux-gnu elpa ggtags-20190320.2208 I am getting the error consistently when doing a find-tag-dwim (M-.) on a remote file (tramp). NB. Spamming M-. makes emacs hang, but...

I downloaded global from the gnu.org and when config, make and install using the following command `./configure --prefix= --with-exuberant-ctags=/usr/local/bin/ctags make && make install` I got the following error. checking whether...

I'm not sure if this is the result of any recent change, I hadn't updated my packages in a while, but I'm now noticing that about 12 gtags processes get...

https://github.com/dkogan/xcscope.el describes a feature that I would like to use from within ggtags.el The feature is: Where was this variable assigned-to? gtags-cscope program of gnu Global suite provides this feature....