[Doc-SIG] More broken \ref links
Neal Norwitz
neal@metaslash.com
Thu, 17 Oct 2002 22:14:02 -0400
On Thu, Oct 17, 2002 at 09:03:10PM -0400, Fred L. Drake, Jr. wrote:
>
> Neal Norwitz writes:
> > I guessed by replacing chop() with chomp() and this seemed to work.
> > chop() removes the last char while chomp() removes whitespace.
> > Is that correct? Is removing whitespace what was desired?
>
> Interesting! I don't think we're trying to remove arbitrary
> whitespace there, so switching to chomp() may be just the ticket.
> (Jeremy wrote the original version of that script, and only a real
> Perl programmer would be able to decipher it now.)
>
> If you don't see any ill effects, go ahead and check in the change,
> and I'll try and take a closer look at the result tomorrow -- no more
> time tonight; sorry.
I made the docs before changing node2label, saved the output of lib and ref,
then re-made after the change. The only differences appeared to be correct.
Note: I had a problem building the tutorial both before and after the change:
*** Session transcript and error messages are in Doc/html/tut/tut.how.
(texinputs/boilerplate.tex) (tut.aux)
Runaway argument?
{\contentsline {chapter}{\numberline {9}Cl
! File ended while scanning use of \@writefile
> Thanks for taking some time to look at the doc issues!
Somebody ought to help you from time to time. :-)
If this change fixes the problem, can you close the bug.
Also we need to backport the change to 2.2.
Neal