ltags icon indicating copy to clipboard operation
ltags copied to clipboard

Works in vim but not in emacs on OS X

Open srustamo opened this issue 8 years ago • 3 comments

Works just fine in vim, but can't get it to work on emacs. Any help with emacs?

Edit: tags file is generated on a project, then C-] navigates in vim using the tags file. Emacs on the other hand complains that user-error: File /Users/xx/GitHub/Hammerspoon/spacehammer/TAGS is not a valid tags table on a project.

srustamo avatar Dec 05 '17 21:12 srustamo

Emacs (last time I checked) uses an older incompatible format (TAGS) to the format used by vim (tags)

stevedonovan avatar Dec 06 '17 13:12 stevedonovan

Thank. Any idea if TAGS related things are being changed/developed on Emacs side?

srustamo avatar Dec 07 '17 09:12 srustamo

Looks like someone has a fork for emacs' TAGS output: https://github.com/Ruin0x11/ltags/commit/8fd22a6b185aed142b8a1937df4f22b31dfa9fd8

idbrii avatar Nov 22 '21 18:11 idbrii