On Mon, Feb 10, 2020 at 07:47:31PM +0100, Akim Demaille wrote:
> Hi!
> 
> The following file is fine in non TeX output, but dies on the single-argument 
> @ref in PDF, because of the +.
> 
> Cheers!
> 
> 
> \input texinfo @c -*-texinfo-*-
> 
> @setfilename bison.info
> @settitle Bison
> 
> @xrefautomaticsectiontitle on
> 
> @node Top
> @top Bison
> 
> @node Chapter
> @chapter Chapter
> 
> @node C++ Variants
> @section C++ Variants
> 
> @xref{C++ Variants,, C++ Variants}.
> 
> @xref{C++ Variants}.
> 
> @bye

Hello Akim, I believe I have fixed the issue in commit 2df5ef95a (also 
uploaded to ftp.gnu.org, so should be updated in gnulib soon).  I 
turned off the "active" characters in node names when retrieving the 
section names.

Reply via email to