Re: setting TEXINFO_XS_CONVERT to 1 in the default case?

2025-02-04 Thread Patrice Dumas
On Tue, Feb 04, 2025 at 07:53:49PM +, Gavin Smith wrote: > On Tue, Feb 04, 2025 at 03:17:51PM +0100, Patrice Dumas wrote: > > Hello, > > > > Maybe it could be time to set TEXINFO_XS_CONVERT to 1 in the default > > case? There is no real urgency to do it, but if texi2any implementation > > is

Re: cross-reference target dump

2025-02-04 Thread pertusus
On Sat, Feb 01, 2025 at 09:08:09AM +, Werner LEMBERG wrote: > > > Looks like a bug to me. I think that the nodes/anchor/float targets > > should be there. (Also probably the @*heading command targets, the > > footnotes, but it is less important). Added in https://git.savannah.gnu.org/cgit/t

Re: specifying directory in htmlxref.conf file to include more files

2025-02-04 Thread Gavin Smith
On Tue, Feb 04, 2025 at 05:22:06PM +0100, Patrice Dumas wrote: > On Sat, Jan 18, 2025 at 11:22:07PM +0100, Patrice Dumas wrote: > > In any case, I said above, my preference now would be to use both an > > htmlxref.cnf and files in htmlxref.d/*.cnf in all the directories where > > htmlxref.cnf are s

Re: important code reorganization of tp

2025-02-04 Thread Gavin Smith
On Tue, Feb 04, 2025 at 08:40:37PM +0100, Patrice Dumas wrote: > On Sat, Feb 01, 2025 at 11:32:37PM +, Gavin Smith wrote: > > On Sat, Feb 01, 2025 at 09:13:13PM +0100, Patrice Dumas wrote: > > > > I suspect there are more leftover files as there is still > > tp/Texinfo/XS/configure which you s

Re: setting TEXINFO_XS_CONVERT to 1 in the default case?

2025-02-04 Thread Gavin Smith
On Tue, Feb 04, 2025 at 03:17:51PM +0100, Patrice Dumas wrote: > Hello, > > Maybe it could be time to set TEXINFO_XS_CONVERT to 1 in the default > case? There is no real urgency to do it, but if texi2any implementation > is installed, it will use the code corresponding to TEXINFO_XS_CONVERT > set

Re: important code reorganization of tp

2025-02-04 Thread Patrice Dumas
On Sat, Feb 01, 2025 at 11:32:37PM +, Gavin Smith wrote: > On Sat, Feb 01, 2025 at 09:13:13PM +0100, Patrice Dumas wrote: > > I suspect there are more leftover files as there is still > tp/Texinfo/XS/configure which you say is a leftover. This is matched > by "**/configure" in the top-level .

Re: specifying directory in htmlxref.conf file to include more files

2025-02-04 Thread Patrice Dumas
On Sat, Jan 18, 2025 at 11:22:07PM +0100, Patrice Dumas wrote: > In any case, I said above, my preference now would be to use both an > htmlxref.cnf and files in htmlxref.d/*.cnf in all the directories where > htmlxref.cnf are searched for currently and no include directive. I will implement that

setting TEXINFO_XS_CONVERT to 1 in the default case?

2025-02-04 Thread Patrice Dumas
Hello, Maybe it could be time to set TEXINFO_XS_CONVERT to 1 in the default case? There is no real urgency to do it, but if texi2any implementation is installed, it will use the code corresponding to TEXINFO_XS_CONVERT set to 1, I think that it would be better to have the same defaults in both im