Re: Support file-type guess using file/libmagic when source file does not have a suffix

2017-02-21 Thread Jun Sheng
> > $(GTAGS_FIND) should generates file list like this? > > [File list format] > +------- > |\t\n > |... > > Regards, > Shigio > > > 2017-02-21 13:33 GMT+09:00 Jun Sheng <chaoseter...@gmail.com>: > > Hi, > I partly agre

Re: Support file-type guess using file/libmagic when source file does not have a suffix

2017-02-20 Thread Jun Sheng
age type correctly? > Can it accommodate new languages? > Isn't it better to use it as a tool for creating file lists? > > Regards, > Shigio > > > 2017-02-21 10:39 GMT+09:00 Jun Sheng <chaoseter...@gmail.com>: > > specifying the filetype in commandline is a good i

Support file-type guess using file/libmagic when source file does not have a suffix

2017-02-19 Thread Jun Sheng
Hi, There, what about adding file-type guessing when the source file does not have a suffix? Currently when the file doesnot have a suffix, gnu global wont parse it, this is a problem when perl/python ... files. and gtags cant specify lang-type on command-line.