> Date: Wed, 29 Jan 2025 21:50:48 + (UTC)
> From: Werner LEMBERG
>
> Right now, if `@xrefautomaticsectiontitle` is active and I have
>
> ```
> @node A
> @chapter A
>
> ... many pages ...
>
> @anchor{This is a meaningful anchor label}
> ```
>
> and I reference this with
>
> ```
> @xref{Th
With Perl 5.41.7, there are two issues that need to be corrected:
Possible precedence problem between ! and string eq at
/home/itodoro/zopen/usr/local/zopen/texinfo/texinfo/share/texinfo/Texinfo/Convert/Converter.pm
line 1092.
Possible precedence problem between ! and string eq at
/home/itodoro
Folks,
I suggest to add an option that controls whether `@anchor` honors
`@xrefautomaticsectiontitle on`.
Right now, if `@xrefautomaticsectiontitle` is active and I have
```
@node A
@chapter A
... many pages ...
@anchor{This is a meaningful anchor label}
```
and I reference this with
```
@
On Wed, Jan 29, 2025 at 07:20:21PM +, Gavin Smith wrote:
> > Another problem is that compilation with XeTeX fails. Calling
> > `PDFTEX=xetex texi2pdf ...` yields the following error.
>
> I can confirm. This bug was introduced in the most recent commit
> to texinfo.tex. I've attempted to fix
On Tue, Jan 28, 2025 at 06:45:40PM +, Werner LEMBERG wrote:
>
> [texinfo.tex 2025-01-20.21]
>
>
> Consider the following example file `tr.texi`.
>
> ```
> \input texinfo
>
> @documentlanguage tr
>
> @tracingall
> @tracingonline0
> @contents
>
> @node A
> @chapter A
> A
> @page
>
> @bye