Re: Can htags create permanent addresses?

Shigio YAMAGUCHI <[email protected]> Wed, 11 Nov 2015 00:58:40 +0900
Newsgroups gmane.comp.gnu.global.general
Message-ID <CADJmJYpGgQRvH4_-+RSAh9cDLiZ69vRvoZ7EQNX5O1o2jKZsrA@mail.gmail.com>
--===============4108206129299429838==
Content-Type: multipart/alternative; boundary=001a113dafb298b09b052431c82b

--001a113dafb298b09b052431c82b
Content-Type: text/plain; charset=UTF-8

Hi,
> Let's say I have some file, "somefile.c", in my project.
>
> htags, at some point, creates the following HTML file for it:
>
>   HTML/S/793.html
>
> But then I modify the project and the file name changes to:
>
>   HTML/S/849.html

Did you invoke gtags + htags like this?

$ gtags
$ htags

In this case, gtags(1) assigns file's number again.
How about using incremental updating?

(after updating project)
$ gtags -i      # incremental updating
$ htags

In this case, existing file names are not changed.

Regards,
Shigio
-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

--001a113dafb298b09b052431c82b
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi,</div><div>&gt; Let&#39;s say I have some file, &q=
uot;somefile.c&quot;, in my project.</div><div>&gt;</div><div>&gt; htags, a=
t some point, creates the following HTML file for it:</div><div>&gt;</div><=
div>&gt; =C2=A0 HTML/S/793.html</div><div>&gt;</div><div>&gt; But then I mo=
dify the project and the file name changes to:</div><div>&gt;</div><div>&gt=
; =C2=A0 HTML/S/849.html</div><div><br></div><div>Did you invoke gtags + ht=
ags like this?</div><div><br></div><div>$ gtags</div><div>$ htags</div><div=
><br></div><div>In this case, gtags(1) assigns file&#39;s number again.</di=
v><div>How about using incremental updating?</div><div><br></div><div>(afte=
r updating project)</div><div>$ gtags -i =C2=A0 =C2=A0 =C2=A0# incremental =
updating</div><div>$ htags</div><div><br></div><div>In this case, existing =
file names are not changed.</div><div><br></div><div>Regards,</div><div>Shi=
gio</div>-- <br><div class=3D"gmail_signature"><div dir=3D"ltr">Shigio YAMA=
GUCHI &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
g</a>&gt;<div>PGP fingerprint: D1CB 0B89 B346 4AB6 5663 =C2=A0C4B6 3CA5 BBB=
3 57BE DDA3<br></div></div></div>
</div>

--001a113dafb298b09b052431c82b--


--===============4108206129299429838==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Help-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-global

--===============4108206129299429838==--