Hi, It is surely a bug. Would you please try the attached patch?
2013/11/17 Leo Liu <[email protected]>: > 1. cd /tmp > > 2. create A/a.c with contents > > void aa() { > bb(); > } > > 3. create B/b.c with contents: > > void bb() { > aa(); > } > > 4. cd A > > 5. ln -s /tmp/B . > > 6. gtags > > 7. global -v --result=grep --path-style=shorter --from-here=2:B/b.c aa > > global: '/private/tmp/B/b.c' is out of the source project. > > can this be made to work since symlinking other projects are common? > Thanks. > > Leo > > > _______________________________________________ > Bug-global mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-global -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
patch
Description: Binary data
_______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
