Re: texi2html output validity

2014-12-24 Thread Karl Berry
We could use Image::Size. http://search.cpan.org/~rjray/Image-Size-3.232/ Looks good. Evidently it natively understands all the common formats. K

Re: Current trunk is broken for MinGW, patches included

2014-12-24 Thread Eli Zaretskii
> Date: Wed, 24 Dec 2014 18:10:56 + > From: Gavin Smith > Cc: Texinfo > > I'll have a look at these patches when I get time. Thanks for the > report and for testing it under MinGW. In the meantime there is the > mailing list texinfo-comm...@gnu.org > (https://lists.gnu.org/mailman/listinfo/t

Re: Current trunk is broken for MinGW, patches included

2014-12-24 Thread Gavin Smith
On Wed, Dec 24, 2014 at 5:41 PM, Eli Zaretskii wrote: > I wonder if there's a way to avoid such severe breakage during > development. Is there perhaps some CI-type buildbot somewhere that > the project uses? If so, is it possible to set it up to try the MinGW > (cross-)build as well? Failing th

Re: Too long lines in the echo area of the stand-alone Info reader

2014-12-24 Thread Gavin Smith
On Wed, Dec 24, 2014 at 5:53 PM, Eli Zaretskii wrote: > Looking through the code in display_update_window_1, I don't see any > attempt to handle this situation. Does the code assume that writing a > character at the last column of the last display line doesn't cause > such a scroll? If so, is th

Too long lines in the echo area of the stand-alone Info reader

2014-12-24 Thread Eli Zaretskii
While working on the MinGW port of Info, I noticed an annoying problem: the welcome message displayed in the echo area when the reader starts up causes the entire display to scroll up one line, which messes up the display until you scroll the main window once or twice. The current version string,

Current trunk is broken for MinGW, patches included

2014-12-24 Thread Eli Zaretskii
I've built the current trunk using MinGW toolchain on MS-Windows, and found the build of the stand-alone Info reader broken. It didn't even compile at first, because of these problems: . memrchr and asprintf are being used, but the corresponding Gnulib modules were not imported, and so the

Re: @quotation and @indentedblock in html and DocBook

2014-12-24 Thread Gavin Smith
On Mon, Dec 22, 2014 at 10:59 PM, Mahlon wrote: > Yes, that's an interesting idea. @quotation, @indentedblock, @example, > @display and their @small. . . counterparts could receive class > designations. I believe they already have class designations that you could use to apply your own CSS. > I