emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c353c71 14/23: global goes through all the tag files liste


From: Dmitry Gutov
Subject: [elpa] master c353c71 14/23: global goes through all the tag files listed in GTAGSLIBPATH
Date: Fri, 11 Nov 2016 22:21:42 +0000 (UTC)

branch: master
commit c353c7137f5c79790124990a2f7b7268afea785a
Author: Chen Bin <address@hidden>
Commit: Chen Bin <address@hidden>

    global goes through all the tag files listed in GTAGSLIBPATH
---
 company-gtags.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company-gtags.el b/company-gtags.el
index 5050783..82b8032 100644
--- a/company-gtags.el
+++ b/company-gtags.el
@@ -66,7 +66,8 @@ completion."
   (with-temp-buffer
     (let (tags)
       (when (= 0 (call-process company-gtags-executable nil
-                               (list (current-buffer) nil) nil "-xGq" (concat 
"^" prefix)))
+                               ;; "-T" goes through all the tag files listed 
in GTAGSLIBPATH
+                               (list (current-buffer) nil) nil "-xGqT" (concat 
"^" prefix)))
         (goto-char (point-min))
         (cl-loop while
                  (re-search-forward (concat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]