Re: @quotation and @indentedblock in html and DocBook

2014-12-24 Thread Gavin Smith
On Mon, Dec 22, 2014 at 10:59 PM, Mahlon sam_texi...@softwaresam.us 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

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

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,

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 e...@gnu.org 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

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 e...@gnu.org 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?

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