]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
11 years agoTweak parameters to global in ggtags-tag-names
Leo Liu [Fri, 1 Feb 2013 13:01:10 +0000 (21:01 +0800)]
Tweak parameters to global in ggtags-tag-names

-T tells global to include tags from tag files in GTAGSLIBPATH.

11 years agoHighlight tag at point using idle timer for efficiency
Leo Liu [Fri, 1 Feb 2013 13:00:58 +0000 (21:00 +0800)]
Highlight tag at point using idle timer for efficiency

Also enhance ggtags-highlight-tag-at-point to re-highlight tag at
point correctly after it is modified.

11 years agoRemove use of user-error in ggtags-mode definition
Leo Liu [Fri, 1 Feb 2013 11:05:28 +0000 (19:05 +0800)]
Remove use of user-error in ggtags-mode definition

which prevents following forms from execution.

11 years agoRename ggtags-cache-timestamp to ggtags-get-timestamp
Leo Liu [Fri, 1 Feb 2013 05:24:01 +0000 (13:24 +0800)]
Rename ggtags-cache-timestamp to ggtags-get-timestamp

11 years agoDo not abuse assert in what it is designed for
Leo Liu [Thu, 31 Jan 2013 17:54:16 +0000 (01:54 +0800)]
Do not abuse assert in what it is designed for

An `assert' should be used for something that should *never* be false.

11 years agoFix ggtags-global-exit-message-function
Leo Liu [Thu, 31 Jan 2013 16:56:23 +0000 (00:56 +0800)]
Fix ggtags-global-exit-message-function

11 years agoActually turn off ggtags-navigation-mode when in minibuffer
Leo Liu [Thu, 31 Jan 2013 08:55:04 +0000 (16:55 +0800)]
Actually turn off ggtags-navigation-mode when in minibuffer

11 years agoIgnore bogus file lines in ggtags-abbreviate-files
Leo Liu [Thu, 31 Jan 2013 08:53:57 +0000 (16:53 +0800)]
Ignore bogus file lines in ggtags-abbreviate-files

11 years agoInitial import
Leo Liu [Tue, 29 Jan 2013 03:42:40 +0000 (11:42 +0800)]
Initial import