Re: why are `@anchor` and friends forbidden on an `@item` line?

2024-10-29 Thread Werner LEMBERG
> This was reported some time ago and this warning has been removed in > the current code. Ah, excellent, thanks! Werner

Re: why are `@anchor` and friends forbidden on an `@item` line?

2024-10-29 Thread Werner LEMBERG
> 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

Re: why are `@anchor` and friends forbidden on an `@item` line?

2024-10-29 Thread Gavin Smith
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}@

Re: why are `@anchor` and friends forbidden on an `@item` line?

2024-10-29 Thread pertusus
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,

Re: why are `@anchor` and friends forbidden on an `@item` line?

2024-10-29 Thread Werner LEMBERG
>> 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

why are `@anchor` and friends forbidden on an `@item` line?

2024-10-29 Thread Werner LEMBERG
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

Re: why are `@anchor` and friends forbidden on an `@item` line?

2024-10-29 Thread Patrice Dumas
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