[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ggtags.el for using GNU Global in Emacs
From: |
Leo Liu |
Subject: |
ggtags.el for using GNU Global in Emacs |
Date: |
Wed, 30 Jan 2013 15:26:32 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (OS X 10.8.2) |
Hello,
A new package for using GNU Global from within Emacs.
1. M-x ggtags-mode
2. M-. to find definitions/declarations
3. C-u M-. to find references
4. If multiple tags are found, use M-n and M-p to navigate between them.
The package is built on top of compile.el to get asynchronous behaviour
for free among many other features.
You can also use ggtags-build-imenu-index for imenu which can improve
performance and accuracy in large files.
This is initial release and will have bugs. Comments are highly
appreciated. Thanks.
Leo.
ggtags.el
Description: application/emacs-lisp
- ggtags.el for using GNU Global in Emacs,
Leo Liu <=