I'm using etags.xemacs21 (standalone 21.4.22) on a Debian Squeeze machine.
when I use this way:
find . –name \*.h | xargs etags
this results in a TAGS file with some of the paths garbled for example
in says:
src/base/CmdVectornenso.h
instead of:
src/base/CmdVectorDenso.h
|