[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Agenda for next Texinfo release
From: |
Gavin Smith |
Subject: |
Agenda for next Texinfo release |
Date: |
Sat, 2 Jan 2021 12:36:28 +0000 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
The main area of work that I can see before the next Texinfo release is
made is compatibility of the XS parser with the Perl parser.
I have started some work on testing manuals and automatically looking
for differences in the output, but need to do more on this. Basically,
I have a short shell script with a loop in it like this:
for m in $manuals; do
x=X/`basename $m`.info
p=P/`basename $m`.info
TEXINFO_XS=require texi2any $m -o $x --no-split
TEXINFO_XS=omit texi2any $m -o $p --no-split
diff $x $p
done
I also need to document that @example can take an argument.
Are there any other pressing tasks? I looked through my emails for about
the last year but may have missed something important.