<div dir="ltr"><div><div><div>While looking for compatible TAGS file for emacs, I found we have a 'make etags' that is supposed to generates emacs compatible tags file. But this doesn't seem to work, atleast on my fedora box (because the `etags' binary on my system is different and doesn't accept some flags that solenv/bin/create-tags script gives it to, such as --langmap) <br><br>ctags documentation says, to generate tags in emacs format one either needs to pass -e flag to binary or alternatively <br><br>"if ctags is invoked by a name containing the string "etags" (either by renaming, or creating a link to, the executable), etags mode will be enabled."<br><br></div>Shouldn't it be like this :<br><br>--- a/solenv/bin/create-tags<br>+++ b/solenv/bin/create-tags<br>@@ -9,7 +9,7 @@<br> <br> ctags=ctags<br> if test "$1" = "-e"; then<br>-    ctags=etags<br>+    ctags="ctags -e"<br> fi<br><br><br></div>to make it work properly ? (unless people have separate `etags' file symbolically linked to ctags binary, which doesn't seem default on most systems). <br><br></div>Or is there something I missed here ?<br clear="all"><div><div><div><div><div><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Regards,<br>Pranav Kant</div><div><a href="http://pranavk.me" target="_blank">http://pranavk.me</a><br></div></div></div></div></div></div></div></div></div>
</div></div></div></div></div></div></div></div></div>