Re: conditional "LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH" was never defined.

2022-01-14 Thread Bruno Haible
Gavin Smith wrote: > I am trying to update Texinfo to use the latest gnulib code. > > After running gnulib --add-import and running configure, I could reproduce it like this: $ cd texinfo $ $GNULIB_SRCDIR/gnulib-tool --add-import $ ./autogen.sh $ ./configure The following patch fixes

Re: [TexInfo] Compatibility to glibc 2.34

2022-01-14 Thread Gavin Smith
On Fri, Jan 14, 2022 at 06:22:38PM +0100, Hilmar Preuße wrote: > Yes, I noticed that gnulib in Debian builds fine w/ glibc 2.34. However I > didn't notice that the issue is solved in texinfo repo already. I just > noticed that the files modified by my patch still look the same in texinfo >

Re: support figure space (U+2007)

2022-01-14 Thread Werner LEMBERG
> the /a "flag" can also be used to limit the character class to ASCII > space characters: > > - $content =~ s/^\s*//; > - $content =~ s/\s*$//; > + $content =~ s/^\s*//a; > + $content =~ s/\s*$//a; This looks good, thanks. However, it is probably necessary to filter out the ideographic

Re: support figure space (U+2007)

2022-01-14 Thread Gavin Smith
On Mon, Jan 03, 2022 at 10:22:36AM +0100, Patrice Dumas wrote: > On Sun, Jan 02, 2022 at 08:20:18AM +, Werner LEMBERG wrote: > > > > The nice thing is that it would work out of the box with HTML > > browsers, too. On the other hand, maybe there could be some further > > massaging to convert

Re: [TexInfo] Compatibility to glibc 2.34

2022-01-14 Thread Hilmar Preuße
Am 14.01.2022 um 17:52 teilte Gavin Smith mit: On Fri, Jan 14, 2022 at 09:02:06AM +0200, Eli Zaretskii wrote: Hi, The problem is in a file imported from Gnulib, so I think you should report it to the Gnulib folks (bug-gnu...@gnu.org), not here. Thanks. This has been already reported and

Re: [TexInfo] Compatibility to glibc 2.34

2022-01-14 Thread Gavin Smith
On Fri, Jan 14, 2022 at 09:02:06AM +0200, Eli Zaretskii wrote: > > Date: Thu, 13 Jan 2022 23:58:22 +0100 > > From: Hilmar Preuße > > Cc: "debian-tex-ma...@lists.debian.org" > > > > Dear texinfo maintainers, > > > > In the Debian bug tracker we got a report that TeXinfo 6.8 is > > incompatible