[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: makeinfo (v 6.4): Simple tree dump not working
From: |
Gavin Smith |
Subject: |
Re: makeinfo (v 6.4): Simple tree dump not working |
Date: |
Mon, 31 Jul 2017 22:41:18 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sat, Jul 29, 2017 at 01:29:44PM -0400, Randall Sawyer wrote:
> The following lines are from the pod in package Texinfo::Parser (file:
> Parser.pm)
>
> You can see examples of the tree structure by running makeinfo like
> this:
>
> makeinfo -c DUMP_TREE=1 -c TEXINFO_OUTPUT_FORMAT=parse document.texi
>
> However, makeinfo contains these lines in this order inside the
> file-argument processing loop:
Weird, I don't know why I wrote that advice, then. I've committed the
change to exchange the two conditional blocks, except I've kept the
check that $tree is defined before dumping it with Data::Dumper.