emacsorphanage / helm-gtags

GNU GLOBAL helm interface
203 stars 32 forks source link

allow source code compiled gnu global (not win32 port global) be used… #157

Closed jeff66ruan closed 8 years ago

jeff66ruan commented 8 years ago

The cygwin file name and the windows file name conversion are needed if we are using gnu global win32 port. There could be reasons force users to use source code compiled global on cygwin. In this case, it doesn't require such conversion as source code compiled global know cygwin file names. Checking system-type eq 'cygwin doesn't cover all. By adding one custom variable to allow ignoring the file name conversion forcefully.

syohex commented 8 years ago

Thanks