Hello again, I found what the problem was.
In /usr/local/share/gtags/script/pygments_parser.py the variable EXUBERANT_CTAGS was refering to /usr/local/lib/gtags/exuberant-ctags.la I changed that to refer to the ctags binary itself and recreated the database with the command from 1) in the mail below. Now global finds definitions and references as expected. Thanks again. BR, Pavel >-------- Оригинално писмо -------- >От: Pavel Nedev [email protected] >Относно: GNU Global + Pygments question >До: [email protected] >Изпратено на: 25.02.2016 10:56 > Hello, > > I'm trying to figure out how global and pygments work together and I'm doing > the following: > > 1) gtags -c --skip-unreadable --gtagsconf /usr/local/share/gtags/gtags.conf > --gtagslabel=pygments > 2) global -dx start > Nothing is found. > 3) global -rx start > Nothing is found. > 4) global -c start > Nothing is found. > 5) global -sx start > Results: > start 104 src/CmdEngine.cpp unsigned r = engine->start(); > start 115 src/CmdEngine.cpp unsigned CmdEngine::start() > start 69 src/CmdEngine.h unsigned start(); > > And my question is: When pygments parser is used we can only do symbol > searches, is that correct? > > My version of Global is 6.5.2. > > Thanks and Regards, > Pavel _______________________________________________ Help-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-global
