luqui / hothasktags

A haskell ctags implementation that is aware of qualified imports, among other cool stuff
BSD 3-Clause "New" or "Revised" License
30 stars 16 forks source link

Should this work with Emacs? #7

Closed jwiegley closed 11 years ago

jwiegley commented 12 years ago

I used hothasktags to create a TAGS file, but Emacs says:

visit-tags-table-buffer: File /Users/johnw/src/haskell/TAGS is not a valid tags table

Are you expecting that it should work? Have I done something wrong? I ran:

find general-prelude gitlib hsubconvert stringable svndump -name '*.hs' | xargs hothasktags > TAGS
luqui commented 12 years ago

Sorry to take so long to get back to you, my life has been really fluxy. Anyway, no, hothasktags generates tags with vim extensions, I don't believe emacs supports them.