groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] new grohtml bug


From: Gaius Mulley
Subject: Re: [Groff] new grohtml bug
Date: 16 Nov 2004 23:19:07 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Werner LEMBERG <address@hidden> writes:

> Consider the following snippet (to be processed with `-Thtml') -- the
> code is useless; it just shows the bug:
> 
>   .tag "html-tag:.NH 1
>   (\c
>   .tag "html:xxx)
> 
> The expected output is
> 
>   <a name="(xxx)"></a>
>   <h2>(xxx)</h2>
> 
> or this
> 
>   (<a name="xxx)"></a>
>   <h2>(xxx)</h2>
> 
> -- I'm not sure.
> 
> Instead, we get the following
> 
>   <a name="( xxx)"></a>
>   <h2>( xxx)</h2>
> 
> which is definitely wrong.  Conclusion: If the `.NH' grohtml tag is
> active, the `\c' escape is handled incorrectly.
> 
> BTW, a real-world example is this (to be processed with -mwww):
> 
>   .HnS 1
>   GNU Troff (\c
>   .URL http://\:groff.ffii.org/ Groff )
>   \[em] a
>   .URL http://\:www.gnu.org/ GNU
>   project.
>   .HnE

Hi Werner,

thanks for the bug report, I'll look into this over the next couple of
days.

Gaius




reply via email to

[Prev in Thread] Current Thread [Next in Thread]