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=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28549 invoked from network); 29 Mar 2021 15:52:04 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 29 Mar 2021 15:52:04 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 4F9D49C885; Tue, 30 Mar 2021 01:52:00 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id DA44A9C82B; Tue, 30 Mar 2021 01:51:36 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="gfgDBNM/"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id E96349C82B; Tue, 30 Mar 2021 01:51:35 +1000 (AEST) Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) by minnie.tuhs.org (Postfix) with ESMTPS id 244F99C829 for ; Tue, 30 Mar 2021 01:51:35 +1000 (AEST) Received: by mail-qk1-f173.google.com with SMTP id g15so12840837qkl.4 for ; Mon, 29 Mar 2021 08:51:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Hklx74PKF03lTt18QzKiLE1eaBrKbN/0seAAZtv3XmE=; b=gfgDBNM/q8gsNImFoe3Upxv+dGR88cD7pUMj5F2bXWFSQ8wo9NiFOyhYK1o1/n+GGP gdi8rBdlVR3O4BIz8qIMfww0IDTRZD9ryeH01KYlBCwhQZ2rQ/oNrNOtFTYN/NMLWcEh qM/iYTrvxMQG4z4tZ8OpdZVGxamC7/G4IyR5E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Hklx74PKF03lTt18QzKiLE1eaBrKbN/0seAAZtv3XmE=; b=d0ib5IN6lmyppO+r4N6eCzDBpEMzCoNco0AVsHdbAWk5C82cLtQkZeDUFcdlJsjUtq PxqskG3AaKV5rCSTqi82JsIyUDtKs+w/DVIg5P+N4otSTJ2mkFhueEG28fWAbVW1jcxM qG0/kDjlDpBZouMikHdW3LXW4gG6vlQaZVQNvHL9YrCmKIsNlvU6SBCECtHnLbm02eOJ IKjKJOPn2CcnOdBWWOP1icUkKbnPztXdjJVDxjDVrMe58uSZVa14x/OvCKwWBPegRNZ1 tVhoIZWyuq+36wjbiq+f+K+uhag+GWZwXoWMwSZdqVtWtEIHz1YumjkThsvnqDDbtlg7 7Yhw== X-Gm-Message-State: AOAM532/U+JWg4Jw81KLt8n8JV+u/zeC4Rp+DdNXZ+ZTM6oov5jNiejp O3vnjflg6TvXAMK8jcpJlItamNJE/UJ1S1MLqp+Ylg== X-Google-Smtp-Source: ABdhPJw4Kbq2u3z6tLCuz4rYCpQBOmBLcSvXuZvW7gIIxgYHZa2R4ym5a2iP4gZv/ABh/06OXnxXImy5ExxNiOeRqZw= X-Received: by 2002:a37:a350:: with SMTP id m77mr25236884qke.146.1617033094195; Mon, 29 Mar 2021 08:51:34 -0700 (PDT) MIME-Version: 1.0 References: <20210329143449.GA28080@mcvoy.com> In-Reply-To: From: Clem Cole Date: Mon, 29 Mar 2021 11:51:08 -0400 Message-ID: To: Andy Kosela Content-Type: multipart/alternative; boundary="0000000000002b80af05beaedb98" Subject: Re: [TUHS] Remember the ed thread? 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@minnie.tuhs.org" Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --0000000000002b80af05beaedb98 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Consider: Webb Miller's 's' - It been on my 'todo' list to get it running on 6th edition, but I admit that is low on my priority list. But I have run it on a couple of other 8-bit systems -- from the readme --- # s A tiny vi like screen editor Original sources were published in this book: Author: Webb Miller Title: A software tools sampler Publisher: Prentice-Hall, Inc. Upper Saddle River, NJ, USA =C2=A91987 ISBN: 0-13-822305-X Martin, a guy from one of my hangouts named , located the sources from this book. The repository starts from these original sources. Martin also provided the initial CP/M patches for compiling with HI-TECH C. Then the sources were overworked, to get it compiled without warnings on old systems with K&R C compiler, as well as modern systems with ANSI C compiler. This version of s is known to compile on: HI-TECH C for the Z80 under CP/M clang under OSX clang and gcc under Linux Mark Williams K&R C compiler under COHERENT =E1=90=A7 On Mon, Mar 29, 2021 at 11:46 AM Andy Kosela wrote= : > On Monday, March 29, 2021, Brantley Coile wrote: > > > > From 1984, when I stopped using vi (vee eye), until the early 1990's, > when > > I could use Sam, I used a slightly hacked version of ed. I added > > what the Labs called the "b" command. I had use some other character. > Dennis > > Ritchie sent me a 8th Edition Unix manual, and I saw they had added > almost > > the same thing and called the command by the second letter. Vi called > > it the last letter, "z." > > > > I've never found ed slows me down. Some things I would have used awk/se= d > > for that I now use Sam's command window for, but that's a bad thing. I > still > > use ed a lot along side Sam. > > > > If ed(1) had cursor positioning and full screen capabilities along > with line oriented editing (similar to Atari 8-bit default editor) it > would be perfect. I still love it though and use it pretty often. > > --Andy > --0000000000002b80af05beaedb98 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Consider: Webb Miller's 's'=C2=A0 =C2=A0- I= t been on my 'todo' list to get it running on 6th edition, but I ad= mit that is low on my priority list.=C2=A0 But I have run it on a couple of= other 8-bit systems

-- from the readme ---

# s
A tiny vi like screen editor

Or= iginal sources were published in this book:


Author: =C2=A0 =C2= =A0 Webb Miller

Title: =C2=A0 =C2=A0 =C2=A0A software tools sampler<= br>
Publisher: =C2=A0Prentice-Hall, Inc. Upper Saddle River, NJ, USA =C2= =A91987

ISBN: =C2=A0 =C2=A0 =C2=A0 0-13-822305-X


Martin, = a guy from one of my hangouts named <c.o.cpm>, located
the sources= from this book. The repository starts from these
original sources. Mart= in also provided the initial CP/M patches
for compiling with HI-TECH C. = Then the sources were overworked,
to get it compiled without warnings on= old systems with K&R
C compiler, as well as modern systems with ANS= I C compiler.

This version of s is known to compile on:

HI-TE= CH C for the Z80 under CP/M

clang under OSX

clang and gcc und= er Linux

Mark Williams K&R C compiler under COHERENT

<= /div>
=3D""=E1=90=A7

On Mon, Mar 29, 2021 at 11:46 AM Andy Kosela = <akosela@andykosela.com>= ; wrote:
On Mond= ay, March 29, 2021, Brantley Coile <brantley@coraid.com> wrote:
>
> From 1984, when I stopped using vi (vee eye), until the early 1990'= ;s, when
> I could use Sam, I used a slightly hacked version of ed. I added
> what the Labs called the "b" command. I had use some other c= haracter. Dennis
> Ritchie sent me a 8th Edition Unix manual, and I saw they had added al= most
> the same thing and called the command by the second letter. Vi called<= br> > it the last letter, "z."
>
> I've never found ed slows me down. Some things I would have used a= wk/sed
> for that I now use Sam's command window for, but that's a bad = thing. I still
> use ed a lot along side Sam.
>

If ed(1) had cursor positioning and full screen capabilities along
with line oriented editing (similar to Atari 8-bit default editor) it
would be perfect.=C2=A0 I still love it though and use it pretty often.

--Andy
--0000000000002b80af05beaedb98--