ctags doesn't undestand -e option (no exuberant tags option)

Posted by Thr4wn on Stack Overflow See other posts from Stack Overflow or by Thr4wn
Published on 2010-04-05T18:45:09Z Indexed on 2010/04/05 18:53 UTC
Read the original article Hit count: 314

Filed under:
|

When I type ctags -e it returns an error saying it doesn't know that command line option. I thought it should know about exuberant tags because etags works on cli.

Also, I recieve the following error: ctags: unrecognized option --langdef=arc and I have the following in my ~/.ctags file:

--langdef=arc
--langmap=arc:.arc
--regex-arc=/^\(def ([a-zA-Z1-9_*\/<>-]+)/\1/
--regex-arc=/^\(= ([a-zA-Z1-9_*\/<>-]+)/\1/
--regex-scheme=/^\(xdef ([a-zA-Z1-9_*\/<>-]+)/\1/

© Stack Overflow or respective owner

Related posts about ctags

Related posts about exuberant-ctags