MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
131 stars 33 forks source link

Emacs / Spacemacs reports an error of 'is not a valid tags table' #34

Closed chrissound closed 7 years ago

chrissound commented 7 years ago

Contents of tags file:

Main    ./src/Main.hs   2
Main    ./src/Main2.hs  2
comparePackage  ./src/Main.hs   19
main    ./Setup.hs  2
main    ./src/Main.hs   27
main    ./src/Main2.hs  19
jhenahan commented 7 years ago

Would you be able to post a minimal source file which generates an erroneous tags file? I also use Spacemacs, so I'll give this a look as soon as I can.

chrissound commented 7 years ago

This was due to using the '--ctags' instead of '--etags'. Thank you.