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, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23165 invoked from network); 3 Sep 2020 22:13:54 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 3 Sep 2020 22:13:54 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id DA36F9CA4C; Fri, 4 Sep 2020 08:13:48 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 9533B9CA4D; Fri, 4 Sep 2020 08:13:16 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B03059CA4C; Fri, 4 Sep 2020 08:13:12 +1000 (AEST) Received: from minun.buric.co (minun.buric.co [51.15.8.196]) by minnie.tuhs.org (Postfix) with ESMTP id 334189CA4B for ; Fri, 4 Sep 2020 08:13:12 +1000 (AEST) Received: by minun.buric.co (Postfix, from userid 1000) id 83CAC35C0FAE; Fri, 4 Sep 2020 00:13:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by minun.buric.co (Postfix) with ESMTP id 7420335C0351; Thu, 3 Sep 2020 18:13:09 -0400 (EDT) Date: Thu, 3 Sep 2020 18:13:09 -0400 (EDT) From: Steve Nickolas X-X-Sender: mary@sd-119843.dedibox.fr To: Dan Halbert In-Reply-To: <930753f9-7b52-03bb-18e9-e61de3fa94c2@halwitz.org> Message-ID: References: <930753f9-7b52-03bb-18e9-e61de3fa94c2@halwitz.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Re: [TUHS] Whence did "XXX" come about? 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" On Thu, 3 Sep 2020, Dan Halbert wrote: > My guess is that this was invented independently several times. I think I > used it myself in the 70's (and not on UNIX), as soon as I had a text editor, > because "XXX" was easy to search for and was not going to overlap with > variable names, etc. I use "EOW" when I'm iterating through something, and stop partway through, for the same reason: I'm not likely to find that exact combination anywhere else. (It's not random: it stands for "End of WIP") I use "XXX" too - usually in the form "XXX FIXME". -uso.