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.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2366 invoked from network); 5 Aug 2023 04:34:22 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 5 Aug 2023 04:34:22 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 0184C426DC; Sat, 5 Aug 2023 14:34:17 +1000 (AEST) Received: from lechuck.jsg.id.au (jsg.id.au [193.114.144.202]) by minnie.tuhs.org (Postfix) with ESMTPS id 978E7426D9 for ; Sat, 5 Aug 2023 14:34:11 +1000 (AEST) Received: from largo.jsg.id.au (largo.jsg.id.au [192.168.1.43]) by lechuck.jsg.id.au (OpenSMTPD) with ESMTPS id 39cbecdb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 5 Aug 2023 14:34:09 +1000 (AEST) Received: from localhost (largo.jsg.id.au [local]) by largo.jsg.id.au (OpenSMTPD) with ESMTPA id ffad7b2b; Sat, 5 Aug 2023 14:34:08 +1000 (AEST) Date: Sat, 5 Aug 2023 14:34:08 +1000 From: Jonathan Gray To: Noel Chiappa Message-ID: References: <20230804021728.14AD318C080@mercury.lcs.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230804021728.14AD318C080@mercury.lcs.mit.edu> Message-ID-Hash: JJD76MUZBWSJBTLHS7BAHJ3PVHEYL5JF X-Message-ID-Hash: JJD76MUZBWSJBTLHS7BAHJ3PVHEYL5JF X-MailFrom: jsg@jsg.id.au X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: tuhs@tuhs.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: emacs List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, Aug 03, 2023 at 10:17:28PM -0400, Noel Chiappa wrote: > All the source, and documentation, such as it is, it available, here: > > http://ana-3.lcs.mit.edu/~jnc/tech/unix/teco/ > > but don't even think about running it. It's written in MACRO-11, and it used > a version of that hacked at MIT to run on UNIX. To build new versions of > that, you need a special linker - written in BCPL. So you also need the UNIX > BCPL compiler. 1bsd has a bin/teco, which runs. "teco which is of unknown origin (its mentioned in the Pascal document so I threw it in.)" Bill Joy, November 13, 1977 bin/READ_ME at&t's unix system toolchest also included a teco, according to various articles from 1985.