<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 17, 2016 at 7:31 AM, Takeshi Abe <span dir="ltr"><<a href="mailto:tabe@fixedpoint.jp" target="_blank">tabe@fixedpoint.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Pranav,<br>
<span class=""><br>
On Wed, 16 Mar 2016 10:01:29 +0100, Miklos Vajna <<a href="mailto:vmiklos@collabora.co.uk">vmiklos@collabora.co.uk</a>> wrote:<br>
> On Sat, Mar 12, 2016 at 07:37:53PM +0530, Pranav Kant wrote:<br>
>> 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>
>> to make it work properly ?<br>
</span>No. The '-e' option is not for passing to ctags as is, just for a switch to<br>
ask create-tags to generate Emacs-friendly tags.<br></blockquote><div><br><br></div><div>Yeah, that is how it is currently for LO. But -e flag does exist for `ctags' binary too, and above should also work nicely to output emacs formatted ctags.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
So far `make etags` works only when you have etags command.<br>
<span class=""><br>
>> (unless people have separate `etags' file<br>
>> symbolically linked to ctags binary, which doesn't seem default on most<br>
>> systems).<br>
</span>Fedora, as well as Debian, offers the alternatives system to name a command<br>
by symlinking a suitable binary or according to your choice:<br>
<a href="https://fedoraproject.org/wiki/Packaging:Alternatives" rel="noreferrer" target="_blank">https://fedoraproject.org/wiki/Packaging:Alternatives</a><br>
<br>
At least the following packages provide etags functionality on Fedora:<br>
<a href="https://apps.fedoraproject.org/packages/ctags-etags" rel="noreferrer" target="_blank">https://apps.fedoraproject.org/packages/ctags-etags</a><br>
<a href="https://apps.fedoraproject.org/packages/emacs" rel="noreferrer" target="_blank">https://apps.fedoraproject.org/packages/emacs</a><br>
A etags symlink will be magically created once you install either of them.<br></blockquote><div><br></div><div>Yes, thanks. This should work as well.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Cheers,<br>
-- Takeshi Abe<br>
</blockquote></div><br><br clear="all"><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>