From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 2ff7f7a6 for ; Tue, 24 Sep 2019 19:58:59 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 8B2C39B9E2; Wed, 25 Sep 2019 05:58:58 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6CE059B9B0; Wed, 25 Sep 2019 05:58:39 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id A37999B9B0; Wed, 25 Sep 2019 05:58:36 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 4D51793F38 for ; Wed, 25 Sep 2019 05:58:36 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 00D7035E122; Tue, 24 Sep 2019 12:58:35 -0700 (PDT) Date: Tue, 24 Sep 2019 12:58:35 -0700 From: Larry McVoy To: Kurt H Maier Message-ID: <20190924195835.GB21722@mcvoy.com> References: <201909241710.x8OHAbF8014895@freefriends.org> <20190924194213.GA74746@wopr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190924194213.GA74746@wopr> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Revived! The 10 Edition spell program! 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@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, Sep 24, 2019 at 12:42:13PM -0700, Kurt H Maier wrote: > On Tue, Sep 24, 2019 at 11:10:37AM -0600, arnold@skeeve.com wrote: > > Hello All. > > > > I have revived the 10th edition spell(1) program, allowing it to compile > > and run on "modern" systems. > > Great! I've been using this extensively on my writing, but I've been > using the version that comes with plan9port. It'll be nice to have a > standalone version. How is this better than spell(1) on Linux?