On Tue, 19 Jul 2005 23:36:34 +0900, Hideki IWAMOTO wrote... > Changes from previous version are > * When creating compact format tag file, hash table is always used. > gnusort is used only for sorting by path.
Whether gnusort is used is determined by whether gtags-parser is contained in the command string. When the -u (--sort=no) option is used, gnusort is unnecessary also for Exuberant Ctags. Since it is difficult to judge by the command string, I think that it is good to introduce the config variable which shows whether sorting by path is needed. How do you think? ---- Hideki IWAMOTO [EMAIL PROTECTED] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
