CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       24/06/05 17:00:17

Modified files:
        .              : THANKS 
        plugin-factory : pygments_parser.py.in 

Log message:
        [BUG FIXED]
        Pygments plug-in parser with Python3 does not work, if 'ctagscom' is 
not set.
        If it is not set, default path obtained by configure script should be 
used.
        
        $ cat > gtags.conf
        default:\
                :ctagscom=:\
                :langmap=C\:.c.h:\
                :gtags_parser=C\:/usr/local/lib/gtags/pygments-parser.la:
        $ gtags
        $ global -x '.*'
        $ _                             # no tags
        
        Now it works.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/THANKS?cvsroot=global&r1=1.163&r2=1.164
http://cvs.savannah.gnu.org/viewcvs/global/plugin-factory/pygments_parser.py.in?cvsroot=global&r1=1.13&r2=1.14

_______________________________________________
Global-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to