Re: Inconsistency in writing apostrophe in info and html output with version 7.0.3

2023-06-05 Thread Raymond Toy
On 6/5/23 10:50, Gavin Smith wrote: On Mon, Jun 05, 2023 at 07:18:00AM -0700, Raymond Toy wrote: Maxima grovels over the html file to find appropriate links to use for the html version of the manual. This was working fine with 6.8 and earlier because I found appropriate regexps to find the lin

Re: Inconsistency in writing apostrophe in info and html output with version 7.0.3

2023-06-05 Thread Raymond Toy
On 6/5/23 08:32, Eli Zaretskii wrote: Date: Mon, 5 Jun 2023 08:11:00 -0700 From: Raymond Toy It appears not to be consistent. We have this in the texinfo source: @fnindex N'th previous output with a real apostrohpe. The info file has * N'th previous output: Functions and V

Re: Inconsistency in writing apostrophe in info and html output with version 7.0.3

2023-06-05 Thread Gavin Smith
On Mon, Jun 05, 2023 at 07:18:00AM -0700, Raymond Toy wrote: > Maxima grovels over the html file to find appropriate links to use for the > html version of the manual. This was working fine with 6.8 and earlier > because I found appropriate regexps to find the links. > > This stopped working in 7.

Re: Inconsistency in writing apostrophe in info and html output with version 7.0.3

2023-06-05 Thread Eli Zaretskii
> Date: Mon, 5 Jun 2023 08:11:00 -0700 > From: Raymond Toy > > It appears not to be consistent. We have this in the texinfo source: > > > @fnindex N'th previous output > > with a real apostrohpe. The info file has > > > * N'th previous output: Functions and Variables for Com

Re: Inconsistency in writing apostrophe in info and html output with version 7.0.3

2023-06-05 Thread Eli Zaretskii
> Date: Mon, 5 Jun 2023 07:18:00 -0700 > From: Raymond Toy > > Maxima grovels over the html file to find appropriate links to use for the > html version of the manual. > This was working fine with 6.8 and earlier because I found appropriate > regexps to find the links. > > This stopped working

Re: Inconsistency in writing apostrophe in info and html output with version 7.0.3

2023-06-05 Thread Raymond Toy
On 6/5/23 07:18, Raymond Toy wrote: This is a problem because we use the info file as the source of truth, but the HTML file only uses an apostrophe, so we end up with an entry that we can find in the info file but not in the html file. This did not happen in texinfo 6.8. Was this intentio

Inconsistency in writing apostrophe in info and html output with version 7.0.3

2023-06-05 Thread Raymond Toy
Maxima grovels over the html file to find appropriate links to use for the html version of the manual. This was working fine with 6.8 and earlier because I found appropriate regexps to find the links. This stopped working in 7.0.3 (and maybe earlier?). The regexps no longer work. This is fine;