> This was reported some time ago and this warning has been removed in
> the current code.
Ah, excellent, thanks!
Werner
> It was already fixed in Texinfo 7.1.1, released 2024-09-07:
>
> * texi2any
> . do not complain about presence of @anchor inside @item in a table
>
> Previously discussed:
>
> https://lists.gnu.org/archive/html/help-texinfo/2023-11/msg2.html
Thanks. I've missed the discussion then.
W
On Tue, Oct 29, 2024 at 06:00:12PM +0100, pertu...@free.fr wrote:
> On Tue, Oct 29, 2024 at 04:19:23PM +, Werner LEMBERG wrote:
> > This is with a self-compiled version 7.1. For some auto-generated
> > documentation I tried stuff like this:
> >
> > ```
> > @table @asis
> > @item @anchor{foo}@
On Tue, Oct 29, 2024 at 04:19:23PM +, Werner LEMBERG wrote:
> This is with a self-compiled version 7.1. For some auto-generated
> documentation I tried stuff like this:
>
> ```
> @table @asis
> @item @anchor{foo}@code{foo} ...
> @item @anchor{bar}@code{bar} ...
> ...
> @end table
> ```
> BTW,
>> why are `@anchor` and friends discouraged on an `@item` line?
>> AFAICS, the reason for this restriction is not documented in the
>> manual, and it seems to work just fine...
>
> Do you have a specific output showing it discouraged? And if yes,
> with which version of GNU Texinfo?
This is wi
Folks,
why are `@anchor` and friends discouraged on an `@item` line? AFAICS,
the reason for this restriction is not documented in the manual, and
it seems to work just fine...
Werner
On Tue, Oct 29, 2024 at 03:21:48PM +, Werner LEMBERG wrote:
>
> Folks,
>
>
> why are `@anchor` and friends discouraged on an `@item` line? AFAICS,
> the reason for this restriction is not documented in the manual, and
> it seems to work just fine...
Do you have a specific output showing it