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 oBPNQCTQ018848 for ; Sat, 25 Dec 2010 18:26:12 -0500 (EST) Received: from smtp-1.sys.kth.se (localhost [127.0.0.1]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 0B5CA1558AE for ; Sun, 26 Dec 2010 00:26:06 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([127.0.0.1]) by smtp-1.sys.kth.se (smtp-1.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KFzs0MGpL+bX for ; Sun, 26 Dec 2010 00:26:05 +0100 (CET) X-KTH-Auth: kristaps [46.109.54.191] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: tech@mdocml.bsd.lv Received: from macky.local (unknown [46.109.54.191]) by smtp-1.sys.kth.se (Postfix) with ESMTP id 2212D154137 for ; Sun, 26 Dec 2010 00:26:04 +0100 (CET) Message-ID: <4D167D8B.2040804@bsd.lv> Date: Sun, 26 Dec 2010 01:26:03 +0200 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv Subject: Re: mdocml: Specifying both %T and %J in an `Rs' block causes the title to References: <201012251350.oBPDob7Q026196@krisdoz.my.domain> <20101225174010.GB826@iris.usta.de> In-Reply-To: <20101225174010.GB826@iris.usta.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 25/12/2010 19:40, Ingo Schwarze wrote: > Hi Kristaps, > > kristaps@mdocml.bsd.lv wrote on Sat, Dec 25, 2010 at 08:50:37AM -0500: > >> Log Message: >> ----------- >> Specifying both %T and %J in an `Rs' block causes the title to be quoted >> instead of underlined. This only happens in -Tascii, as -T[x]html both >> underlines and italicises. > > Thanks for fixing this! > Your approach mostly works and helped a lot to resolve this issue > in OpenBSD; however, it can be simplified, see below for details. > > > A patch against OpenBSD is appended at the end. > > However, we are now so badly out of sync that we can't push simple > fixes back and forth any longer, it won't apply at all to bsd.lv. > In a nutshell, all the %T code needs to know whether there is a %J > node as well, so there is no need to do any calculations. > It is sufficent (and more flexible) to just save a pointer. Much nicer! I checked in the same. Thanks, Kristaps -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv