In current CVS version, multiple --file=xxx option for gtags brings the following warning message:
% gtags --file=o --file=o Warning: -f(--file) option specified more than once, last value used. Since adopting last specification is ordinary in UNIX system, I don't agree such warning message. It is annoying rather than convenience. For example, using history function of tcsh, we can use the following command lines: % gtags --file=a -c # Let's make tag files using file 'a'. % !! --file=b # Woops! It was mistaken! Again using 'b'. gtags --file=a -c --file=b % _ Even if it is necessary, the message should be displayed only when the -w option is specified, I think. -- Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
