From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o4OJXpTJ008012 for ; Mon, 24 May 2010 13:33:51 -0600 (MDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o4OJXpIJ017554; Mon, 24 May 2010 15:33:51 -0400 (EDT) Date: Mon, 24 May 2010 15:33:51 -0400 (EDT) Message-Id: <201005241933.o4OJXpIJ017554@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: .Bl -tag -compact .Sm off .It ... X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- .Bl -tag -compact .Sm off .It ... fixed by joerg@ in mdoc_action.c bsd.lv 1.61, OpenBSD 1.38 Modified Files: -------------- mdocml: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -LTODO -LTODO -u -p -r1.7 -r1.8 --- TODO +++ TODO @@ -21,15 +21,6 @@ reminded by Ludo Smissaert Mon, 10 May 2010 12:15:11 +0200 also reported by jmc@ earlier -- .Bl -tag -compact - .Sm off - .It ... - .Sm on - .El - triggers the assertion in mdoc_action.c:618 (post_bl_tagwidth). - It should probably assume a default tag width? - reported by Joerg Sonnenberger 18.5.10 (Re: .Bl and .Pp) - - implement \\ in plain text, identical to \e as a macro argument, identical to \ i.e. escaping the next character -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv