From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18994 invoked from network); 21 Jun 2020 09:42:14 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 21 Jun 2020 09:42:14 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 7B20493D5E; Sun, 21 Jun 2020 19:42:08 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 269BF93D38; Sun, 21 Jun 2020 19:41:27 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (2048-bit key; secure) header.d=xs4all.nl header.i=@xs4all.nl header.b="ZBH2EmI8"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 6476F93D38; Sun, 21 Jun 2020 19:41:24 +1000 (AEST) X-Greylist: delayed 428 seconds by postgrey-1.36 at minnie.tuhs.org; Sun, 21 Jun 2020 19:41:22 AEST Received: from lb3-smtp-cloud7.xs4all.net (lb3-smtp-cloud7.xs4all.net [194.109.24.31]) by minnie.tuhs.org (Postfix) with ESMTPS id 5C70793D32 for ; Sun, 21 Jun 2020 19:41:22 +1000 (AEST) Received: from cust-b78b8d39 ([IPv6:fc0c:c13c:98fa:150c:cc7:77d5:90c0:2d4]) by smtp-cloud7.xs4all.net with ESMTPSA id mwMcjNHB1xh7QmwMej2QZd; Sun, 21 Jun 2020 11:34:12 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=s1; t=1592732052; bh=L72XmJf93Sp7eYh556Noq7KnVBIcrD1rftonlOvhpck=; h=From:Message-Id:Content-Type:Mime-Version:Subject:Date:To:From: Subject; b=ZBH2EmI8c9CgHC01/UvkvDpCbnPhMLMB5OIp52jkGy3AyPwxEA+i2vRacwdAWRRAb RA30jS0clrLBrZZh4DgKARXV2Xf7euc+mNnTu0dYe7glmocVDm5MBcaybYIwjctjmy alvlcwaUrMOSodBvN7Gs6INwJQjt1zbX7ha568awvbljt49EXVEQ4MulnueRswhfSp 5K8f/gVHj3CJKPPaLvwQqJ47hPIQigT9wTSvBMa7+XMQ9tYxAtG3bbkrJO/c7nmGSV dOZPWdIUs26sLU4Jed0rrXEgpp8e/9s8VBzW1gs/pI8ooymq80kJm9Lmr9ipuDCHFj Zj6hIs0uRhMbg== From: Jaap Akkerhuis Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_AF41728D-4D42-4B7D-B3C4-A534B9B377B2"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Date: Sun, 21 Jun 2020 11:34:10 +0200 In-Reply-To: To: Arnold Robbins References: X-Mailer: Apple Mail (2.3608.80.23.2.2) X-CMAE-Envelope: MS4wfNzSdgUJmmR3whJ3w+Z3KzVSvzUGt6Rjvum0pmAzPvDKtZRXe2Ib4b7l5MLaYFTAFWBh/UHlMJZchooC2T2Z7p1hhCV+PB6gbmg6hhD7ycsti2IFq2FH Jtn8rWgDlvcLXeokqxBzUrdxOCG0wtJIjA8DLdk+dGooCT7aXEdFW31h38yTm92jBMOGEC4OcDfBgQ== Subject: Re: [TUHS] Jon Bentley's DFORMAT preprocessor now available X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --Apple-Mail=_AF41728D-4D42-4B7D-B3C4-A534B9B377B2 Content-Type: multipart/alternative; boundary="Apple-Mail=_CB24A56A-3B4D-485C-8CE6-17B76DB33227" --Apple-Mail=_CB24A56A-3B4D-485C-8CE6-17B76DB33227 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Jun 21, 2020, at 7:35, Arnold Robbins wrote: >=20 > Hello All. >=20 > I have reconstituted Jon Bentley's DFORMAT preprocessor (troff and awk > source) and made it available on GitHub. See > https://github.com/arnoldrobbins/dformat. Hom much does it differ from the one in "Plan 9 from User Space", = https://github.com/9fans/plan9port . BTW, there it is called "bwk's dformat"[1]. jaap [1] https://github.com/9fans/plan9port/tree/master/src/cmd/dformat = --Apple-Mail=_CB24A56A-3B4D-485C-8CE6-17B76DB33227 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

On Jun 21, 2020, at 7:35, Arnold Robbins <arnold@skeeve.com> = wrote:

Hello All.

I have reconstituted = Jon Bentley's DFORMAT preprocessor (troff and awk
source) = and made it available on GitHub.  See
https://github.com/arnoldrobbins/dformat.

Hom much does it differ from the one in "Plan 9 from User = Space", https://github.com/9fans/plan9port.
BTW, there it is called "bwk's dformat"[1].

= jaap


= --Apple-Mail=_CB24A56A-3B4D-485C-8CE6-17B76DB33227-- --Apple-Mail=_AF41728D-4D42-4B7D-B3C4-A534B9B377B2 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org Comment: no-use-standard-socket iF0EARECAB0WIQQrCaF5s4l4c+dDH/sjEcdY8Kh9hQUCXu8pkgAKCRAjEcdY8Kh9 hdHdAJ99PlwZZ+EAkhTWhYni7mEL9vDKngCfV+YflNkLYVtbjt1w6SLwMWE112k= =AZn2 -----END PGP SIGNATURE----- --Apple-Mail=_AF41728D-4D42-4B7D-B3C4-A534B9B377B2--