From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-1.sys.kth.se (smtp-1.sys.kth.se [130.237.32.175]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p0ON8Zt0013612 for ; Mon, 24 Jan 2011 18:08:36 -0500 (EST) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 0ABA61557D7; Tue, 25 Jan 2011 00:08:30 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([130.237.32.175]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id 334EQl5uQ+tc; Tue, 25 Jan 2011 00:08:28 +0100 (CET) X-KTH-Auth: kristaps [85.8.61.158] X-KTH-mail-from: kristaps@bsd.lv Received: from h85-8-61-158.dynamic.se.alltele.net (h85-8-61-158.dynamic.se.alltele.net [85.8.61.158]) by smtp-1.sys.kth.se (Postfix) with ESMTP id D5D451563C1; Tue, 25 Jan 2011 00:08:26 +0100 (CET) Message-ID: <4D3E066A.1060000@bsd.lv> Date: Tue, 25 Jan 2011 00:08:26 +0100 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv CC: Ingo Schwarze Subject: Re: [PATCH] multiple tbl improvements References: <20110124224333.GE16282@iris.usta.de> In-Reply-To: <20110124224333.GE16282@iris.usta.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > here is a cumulative patch to fix various issues in tbl. > I'm planning to commit that in pieces, but i hate it when > people send patchsets and find one large patch much easier > to read - or do you feel the other way round? Ingo, This is all pretty easy to understand, so I've no problem with it. > * out.c, tbl_term.c: > Correct horizontal data spacing. > Correct centered data alignment. > Adjust the hrule width to the corrected spacing. > > * tbl_data.c: > Do not skip data after horizontal lines in the layout. > This causes one input line to produce two spans. > > * libroff.h, tbl.c, main.c: > Actually use the additional span. Out of curiosity---where do you see this last one being an issue? It makes perfect sense. > > * man_term.c: > avoid double blank line before a table (man_html.c...?) > > OK? Ok kristaps. > I'm now going to start committing patches to OpenBSD even without OKs > because my tree is getting too cluttered. We can fix the stuff in tree > in case problems show up. Of course, i'm not committing those patches > that faced opposition. > > Expect some activity during this week, i'm off my day job for a week, > and even though a few other things need to be done (among others, > i will once again be helping at http://www.usta.de/unifest , > this time running the box office), there will also be some time for > mandoc. I've a bit of time too, so feel free to bounce patches off of me. I'm only aware of the bullet patch causing problems, and those are "hard" problems in terms of -Tps segfaulting. The festival looks like fun, though... Thanks! Kristaps -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv