Re: error with autogen.sh probably related to gnulib update

2022-01-15 Thread Patrice Dumas
Hello, I rerun gnulib-tool --add-import and now it seems ok. I have the following files untracked: gnulib/lib/stdalign.in.h gnulib/lib/stdio-read.c gnulib/lib/stdio-write.c gnulib/m4/stdalign.m4 On Sun, Jan 16, 2022 at 01:14:52AM +0100, Patrice Dumas wrote: > He

error with autogen.sh probably related to gnulib update

2022-01-15 Thread Patrice Dumas
Hello, When I run ./autogen.sh, it ends with libtoolize: copying file 'gnulib/m4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I gnulib/m4 autoreconf: running: /usr/bin/autoconf --force configure:1640

Re: setting up rules on produced HTML class attributes

2022-01-15 Thread Gavin Smith
On Sun, Jan 09, 2022 at 02:49:04PM +0100, Patrice Dumas wrote: > > > With these rules some class names already output should change. One > > > case of change is the @example arguments which would need to be changed > > > and contradicts the current manual content. According to the proposal > > >

Re: small* commands alias in classes in HTML?

2022-01-15 Thread Gavin Smith
On Wed, Jan 12, 2022 at 02:50:07PM +0100, Patrice Dumas wrote: > Hello, > > Currently in HTML the information that an @command is a @small variant > is completly lost. Shouldn't the small variant be added in the classes > together with the normal variant? I've no objection to this. For example

Re: conditional "LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH" was never defined.

2022-01-15 Thread Gavin Smith
On Fri, Jan 14, 2022 at 11:24:57PM +0100, Bruno Haible wrote: > The following patch fixes it. The cause is that texinfo is using the > gnulib-tool option --conditional-dependencies, and a couple of days > ago I made this option more effective. > > > 2022-01-14 Bruno Haible > > Avoid err

Re: support figure space (U+2007)

2022-01-15 Thread Werner LEMBERG
>> Masamichi-san, what do you think? [...] > > I think it is not necessary to filter out U+3000. Thanks for checking. This is good news, since it makes Gavin's patch work just fine. Werner

Re: support figure space (U+2007)

2022-01-15 Thread Masamichi Hosoda
>> 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 id