From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 71518ad7 for ; Mon, 13 Aug 2018 06:34:42 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id A1EAA9EAE9; Mon, 13 Aug 2018 16:34:41 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id DD32B9E9E9; Mon, 13 Aug 2018 16:34:15 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 294339E9E9; Mon, 13 Aug 2018 16:34:13 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTP id 8E22E9E9E8 for ; Mon, 13 Aug 2018 16:34:10 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.9/8.14.9) with ESMTP id w7D6Y6Sb030632; Mon, 13 Aug 2018 00:34:06 -0600 Received: (from arnold@localhost) by freefriends.org (8.14.9/8.14.9/submit) id w7D6Y66T030631; Mon, 13 Aug 2018 06:34:06 GMT From: arnold@skeeve.com Message-Id: <201808130634.w7D6Y66T030631@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Mon, 13 Aug 2018 00:34:06 -0600 To: tuhs@tuhs.org, doug@cs.dartmouth.edu References: <201808130132.w7D1WVJ3123817@tahoe.cs.Dartmouth.EDU> In-Reply-To: <201808130132.w7D1WVJ3123817@tahoe.cs.Dartmouth.EDU> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] [groff] Creating a numbered list without macros X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Doug McIlroy wrote: > > Why create ms when you have mm? > > Well, the real reason is that ms was the very first macro package. > It has held up spectactularly well, evolving much less than the > underlying [ntg]roff. > > Doug Or say, rather, the first *general purpose* macro package. The man macros predate it. :-) Arnold