bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Broken link at http://www.gnu.org/software/texinfo/


From: Patrice Dumas
Subject: Re: Broken link at http://www.gnu.org/software/texinfo/
Date: Sat, 12 Jul 2008 00:54:39 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Jul 11, 2008 at 10:58:40PM +0200, John Mandereau wrote:
> 
> In case it wasn't clear from what I previously wrote, note that I
> haven't read texi2html code; I only skimmed a little through it, and I
> might understand that you are lost in it, when you have very long
> functions (1442 lines for rearrange_elements()).  Maybe you have
> designed this purposely to save function calls, but I would be lost in
> this too if I had to maintain it: such huge control-flow blocks are hard
> to read.

Hmmm. rearrange_element is not what I was referring to. It is mostly
linear with loops over different elements... In fact it could be simply
in the main program and not in a function. To me rearrange_element is
rather simple (except for the part related with index splitting which is 
complicated), I was referring to scan_line(), in fact.

If you find rearrange_element hard to follow you'll be horrified by
scan_line ;-).

--
Pat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]