praserocking / google-gtags

Automatically exported from code.google.com/p/google-gtags
GNU General Public License v2.0
0 stars 1 forks source link

gtags.el contains some Google private URLs and paths #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think these variable/constant should be changed to more appropriate values:

(defvar google-default-root ...)
(defconst google-javadoc-url-template ...)
(defvar google-gtags-language-hosts ...)
(defvar google-gtags-call-graph-hosts ...)

Original issue reported on code.google.com by avassalo...@gmail.com on 5 Mar 2007 at 1:44

GoogleCodeExporter commented 9 years ago
Thanks, but those have been intentionally set to non-existent hosts. This is 
not a
bug. We have to expose these variables, and we chose to use some place holders. 
This
could, however, be better documented.

Original comment by piaw...@gmail.com on 18 Mar 2007 at 12:40