From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o669eHTb020061 for ; Tue, 6 Jul 2010 05:40:18 -0400 (EDT) Received: from smtp-2.sys.kth.se (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 4A37714D7F9 for ; Tue, 6 Jul 2010 11:40:12 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([127.0.0.1]) by smtp-2.sys.kth.se (smtp-2.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id H4+V9g7IBT1r for ; Tue, 6 Jul 2010 11:40:11 +0200 (CEST) X-KTH-Auth: kristaps [85.8.61.54] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: tech@mdocml.bsd.lv Received: from lappy.bsd.lv (h85-8-61-54.dynamic.se.alltele.net [85.8.61.54]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 834E914C12F for ; Tue, 6 Jul 2010 11:40:11 +0200 (CEST) Message-ID: <4C32FA10.70003@bsd.lv> Date: Tue, 06 Jul 2010 11:40:32 +0200 From: Kristaps Dzonsons User-Agent: Thunderbird 2.0.0.16 (X11/20080812) X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv Subject: Re: Bk -words badness References: <4C31A369.6010005@bsd.lv> <4C31B55E.3030202@bsd.lv> <20100705220941.GA5497@iris.usta.de> In-Reply-To: <20100705220941.GA5497@iris.usta.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >> Thoughts? > > If we now enable automatic implicit word keeping in the SYNOPSIS, > i guess we are mostly done with .Bk. Ja. I'll check this in, first. The SYNPRETTY part is trivial. > We only need to pay attention because .Bk doesn't nest well. > An explicit .Bk/.Ek in the SYNOPSIS would have the .Ek close > out the implicit automatic keep, so i guess we need to skip > the code in termp_bk_post in SYNOPSIS mode. Do you know whether a `Pp' ends the SYNPRETTY flag? I remember some talk about `Pp' having this effect but can't remember. It would be a trivial change, but should be looked into: if a `Pp' is encountered in a SYNOPSIS and what comes after is regular stuff, the hard-breaks will raise hell. These thoughts are off the top of my head: I have no idea how this works in practise. Thanks, Kristaps -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv