Hi, > From --help I know about langmap, but global seems to ignore it. I'm using > the default but global still tries to search pdf and xls files because I get > messages like these: > > Warning: 'share/scripts/optmon/dependency cache/UnnamedPackage.dependency' > ignored, because it includes blank. > > .dependency isn't in the default langmap at all. Bug or do I misunderstand > how this works? I only want .c/.C/.cpp/.h/.H/.hpp files tagged.
'langmap' is related only to the source files. Gtags(1) picks up text files other than source (README, Makefile and etc) for the -Po or -go command, but it doesn't treat them as a source file. -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Help-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-global
