snowdriftcoop / snowdrift

Infrastructure for Snowdrift.coop. This is a MIRROR of https://gitlab.com/snowdrift/snowdrift. Your issue reports and merge requests are welcome, but they will be moved to gitlab.com. You are encouraged to start there instead!
https://snowdrift.coop
GNU Affero General Public License v3.0
92 stars 36 forks source link

update TEXTEDITORS.md to use fast-tags only after Atom fix #324

Closed wolftune closed 7 years ago

wolftune commented 9 years ago

https://github.com/atom/symbols-view/issues/92 is a ticket about how Atom doesn't accept simply line-number tags format like fast-tags puts out.

When that's fixed, we should probably update the tagging section of https://github.com/snowdriftcoop/snowdrift/blob/master/TEXTEDITORS.md to just use fast-tags (as opposed to hasktags), since it will work smoothly across editors then.

pharpend commented 9 years ago

FWIW, Emacs has its own tagging system, which I've set up to work automagically in Snowdrift, provided

  1. The user has hasktags installed and in $PATH
  2. The user has loaded the file he/she is editing with C-c C-l
wolftune commented 9 years ago

@pharpend wouldn't that same thing work with fast-tags on path alternatively, just somehow specify its -e arg? Does Emacs recognize the format that uses line number?