[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: htags bug
From: |
Shigio Yamaguchi |
Subject: |
Re: htags bug |
Date: |
Sun, 16 Feb 2003 12:30:12 +0900 |
Hello,
I have committed your patch to CVS version of GLOBAL.
(Sorry, I was unaware of your old patch 554. I have committed this too.)
Thank you!
> htags breaks the HTML tag containing the same word as the symbol in a source
code.
>
> The following source code is a test case.
> typedef signed char B; B foo;
> typedef struct {int x;} FONT;
> #define darkred FONT
> typedef struct blue{int blue;} blue;
>
> The HTML file which htags outputted looks as follows.
> <B>typedefB> signed char B; B foo;
> /* [<][>][^][v][top][bottom][index][help] */
> typedef struct <FONT COLOR=blue>{int x;} FONT;
> /* [<][>][^][v][top][bottom][index][help] */
> <FONT COLOR=darkred>#define darkred FONT
> typedef struct blueblue>{int blue;} blue;
> /* [<][>][^][v][top][bottom][index][help] */
>
> A patch was registered into
> http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1108&group_id=64
>
> ----
> Hideki IWAMOTO address@hidden
>
>
> _______________________________________________
> Bug-global mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-global
>
>
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
- htags bug, Hideki IWAMOTO, 2003/02/15
- Re: htags bug,
Shigio Yamaguchi <=