Re: modernizing html output

2019-01-29 Thread Gavin Smith
On 1/2/19, Per Bothner wrote: >>> I suggest two categories of elements: >>> A "node" includes all the content of a single node, >>> but *not* sub-nodes.leaves unanswered >>> A "chapter" or "section" (or "part" or whatever) >>> encloses the current node - and sub-nodes. >> >> This is not what you

Re: modernizing html output

2019-01-29 Thread Per Bothner
On 1/28/19 12:05 PM, Gavin Smith wrote: On Tue, Jan 01, 2019 at 05:46:11PM -0800, Per Bothner wrote: diff --git a/js/info.js b/js/info.js index 10a2b1d..0175d35 100644 --- a/js/info.js +++ b/js/info.js @@ -1170,7 +1170,7 @@ if (linkid === config.INDEX_ID) { hide_gra

Re: Building perldoc-all.info

2019-01-29 Thread Gavin Smith
On Fri, Jan 04, 2019 at 10:12:40AM -0800, Keith Thompson wrote: > After working around these problems, I managed to build > perldoc-all.info (and some other files). After copying it to > "perl.info" in a directory in my $INFOPATH, I'm able to run > "info perl". But when I search ("/") for "unlink

Re: Building perldoc-all.info

2019-01-29 Thread Gavin Smith
On Fri, Jan 04, 2019 at 10:12:40AM -0800, Keith Thompson wrote: > I ran into some problems while building perldoc-all.info from the > contrib/perldoc-all directory. I'm using the latest textinfo from > the git repo, with Perl 5.28.1. > make reported: > Subroutine __ redefined at > /home/kst/g