On Thu, 23 Nov 2006 14:34:15 +0900, Shigio YAMAGUCHI wrote... > >> anchor_load() doesn't work well when there is a symbolic link in the > >> source tree. > >> We should change the output of "global -f" or add a special option for > >> htags. > > It is impossible to fix the bug without changing specification, isn't it? > Could you please tell me your suggestion? > > o How will you change the output of 'global -f'?
I will add a function such as realpath() which does not follow symlink to path.c, and will use it instead of realpath(). > o What option will you add to htags? What I wanted to know is whether we should add an undocument option (e.g. --no-follow-symlink) to global for keeping compatibility of "global -f". ---- Hideki IWAMOTO [EMAIL PROTECTED] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
