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 af57fdf2 for ; Tue, 7 Aug 2018 07:50:38 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 1D8FEA1A0A; Tue, 7 Aug 2018 17:50:37 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id E6434A19CD; Tue, 7 Aug 2018 17:50:24 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 1DF2CA19CD; Tue, 7 Aug 2018 17:50:23 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTP id C2393A19CC for ; Tue, 7 Aug 2018 17:50:22 +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 w777oLuk016716; Tue, 7 Aug 2018 01:50:21 -0600 Received: (from arnold@localhost) by freefriends.org (8.14.9/8.14.9/submit) id w777oLwj016715; Tue, 7 Aug 2018 07:50:21 GMT From: arnold@skeeve.com Message-Id: <201808070750.w777oLwj016715@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Tue, 07 Aug 2018 01:50:21 -0600 To: khm@sciops.net, brian@zick.io References: <1533588813.1868321.1465431536.01CE36BC@webmail.messagingengine.com> <20180807073136.GA37082@wopr> In-Reply-To: <20180807073136.GA37082@wopr> 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] Origins of shell prompt suffixes % $ > # 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: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Kurt H Maier wrote: > On Mon, Aug 06, 2018 at 09:53:33PM +0100, Brian Zick wrote: > > > > rc uses ; > > Does it? 10th edition Unix and Plan 9 rc both have ('% ' ' ') as the > default value of $prompt. At least that's how it's described in the > manual. None of the v8/9/10 tarballs in the archive contain rc code, > but some contain manual source, and those describe % prompts. > > I've seen other references to ; (presumably ('; ' ' ')) as the rc > prompt but I've never seen it in the wild. Does anyone here know what > the story is? > > khm I believe that Tom Duff's rc does indeed use ('% ' ' '). But I think that Byron Rakitsis's version changed the default to ('; ' ' ') exactly for the reason that it's copyable/pastable. HTH, Arnold