This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ctags recursion broken? [ATTN: ctags, xemacs-tags maintainers]


On 12/12/2012 02:39, Corinna Vinschen wrote:
Oh boy, how long do we have this collisions? For years, it seems.

There must be a database of package contents behind the packages search engine on sourceware. If someone that has access to that DB extracts a raw list of file names, this command will find the other duplicates:


grep -o '/[a-z0-9]+\.exe$' filelist | sort | uniq -d

Some will be harmless, like the two ksh.exe versions. But, maybe something interesting will turn up.

Volker, would you mind a lot to obsolete the xemacs-tags package
in favor of the ctags package?

As long as Exuberant Ctags is a complete superset of the functionality in xemacs-tags, this seems like a good idea. Anything that depends on xemacs-tags can depend on the ctags package instead.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]