Hi Paul, * Paul Eggert wrote on Mon, May 16, 2005 at 09:57:54AM CEST: > Thanks very much. Those changes look good to me, except: > > * We do need ChangeLog entries for the non-systematic patches, along > with a brief global description of the systematic patches. Can you > please write them?
Will try to do so over the weekend. > * Changing example outputs by inserting backslash-newline looks wrong > to me, because it does not match the actual output. Perhaps use > @smallexample instead? Here's one example hunk (there are others): Well, I figured it was ok because there is precedence in autoconf.texi already, see for example grep -C2 'error.*\\$' doc/autoconf.texi Smallexample might help some, but not all of these instances. But anyway, I can just leave them out -- I left out many other long lines because it was not clear to me how they should be handled. Regards, Ralf > @example > [EMAIL PROTECTED]: "foo.c", line 13: error 4048: Non-terminating comment at > end of file. > [EMAIL PROTECTED]: "foo.c", line 13: error 4033: Missing #endif at end of > file. > [EMAIL PROTECTED]: "foo.c", line 13: error 4048: \ > +Non-terminating comment at end of file. > [EMAIL PROTECTED]: "foo.c", line 13: error 4033: \ > +Missing #endif at end of file. > @end example
