From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o6J9LwOe028887 for ; Mon, 19 Jul 2010 05:21:59 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o6J9LwsU030113; Mon, 19 Jul 2010 05:21:58 -0400 (EDT) Date: Mon, 19 Jul 2010 05:21:58 -0400 (EDT) Message-Id: <201007190921.o6J9LwsU030113@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Remove \s TODO: these are intelligently ignored along with \m X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Remove \s TODO: these are intelligently ignored along with \m and \M. Modified Files: -------------- mdocml: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v retrieving revision 1.30 retrieving revision 1.31 diff -LTODO -LTODO -u -p -r1.30 -r1.31 --- TODO +++ TODO @@ -36,15 +36,6 @@ \\ must behave in a macro def like in a macro argument, and when using the macro, it must expand yet again. -- implement \s (physical font size) - \sN - set to N - \s+N - increment by N, 1 <= N <= 8 - \s-N - decrement by N, 1 <= N <= 8 - \s0 - restore previous size - \s(nn \s+-(nn \s'+-nn' \s+-'nn' \s[+-nn] \s+-[nn] - disambiguate - registers: .s .ps .sr .psr - used by e.g. cu(1), tip(1) - - look at bsd.lv tbl(1) from kristaps@ Fri, 11 Sep 2009 17:10:53 +0200 also look at the mail from Thomas Klausner wiz at NetBSD -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv