On 8/5/23 8:16 AM, Gavin Smith wrote:
On Sat, Aug 05, 2023 at 08:07:31AM -0700, Raymond Toy wrote:
I have a set of simple macros:
|@macro kwd {keyword} @code{:\keyword\} @end macro @c Macro to generate a
cross-reference to a keyword. @macro keyref {arg} @xref{\arg\, @kwd{\arg\}}
@end macro |
On Sat, Aug 05, 2023 at 08:07:31AM -0700, Raymond Toy wrote:
> I have a set of simple macros:
>
> |@macro kwd {keyword} @code{:\keyword\} @end macro @c Macro to generate a
> cross-reference to a keyword. @macro keyref {arg} @xref{\arg\, @kwd{\arg\}}
> @end macro |
>
> And I use it like |@keyref{c
I have a set of simple macros:
|@macro kwd {keyword} @code{:\keyword\} @end macro @c Macro to generate
a cross-reference to a keyword. @macro keyref {arg} @xref{\arg\,
@kwd{\arg\}} @end macro |
And I use it like |@keyref{context-declarations}|. In the html doc, I
see a link with text “:conte
On 8/4/23 11:47 PM, Patrice Dumas wrote:
On Fri, Aug 04, 2023 at 04:06:47PM -0700, Raymond Toy wrote:
With texinfo 7.0.2 (which comes with Fedora 38), I get warnings like:
|warning: @ref node name should not contain `:' |
The offending ref is “@ref{ext:encapsulate}”, and corresponding anchor
On Fri, Aug 04, 2023 at 05:10:15PM +0100, Gavin Smith wrote:
> That is me mostly done now.
The code looks good to me, but it should not be in Texinfo::Common,
because it depends on Texinfo::Structuring, and maybe even worse on
Texinfo::Translations. It should be in Texinfo::Structuring, with a
de