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 11689 invoked from network); 6 Mar 2021 21:40:28 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 6 Mar 2021 21:40:28 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 214349CAE6; Sun, 7 Mar 2021 07:40:24 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id BDCDF9CA70; Sun, 7 Mar 2021 07:40:13 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id EC0709CA70; Sun, 7 Mar 2021 07:40:12 +1000 (AEST) Received: from minun.buric.co (minun.buric.co [51.15.8.196]) by minnie.tuhs.org (Postfix) with ESMTP id 91FD39CA6D for ; Sun, 7 Mar 2021 07:40:11 +1000 (AEST) Received: by minun.buric.co (Postfix, from userid 1000) id 3B87735C0EDB; Sat, 6 Mar 2021 22:40:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by minun.buric.co (Postfix) with ESMTP id 2943235C0C2D for ; Sat, 6 Mar 2021 16:40:07 -0500 (EST) Date: Sat, 6 Mar 2021 16:40:07 -0500 (EST) From: Steve Nickolas X-X-Sender: mary@sd-119843.dedibox.fr To: The Eunuchs Hysterical Society In-Reply-To: Message-ID: References: <202103041831.124IVZTj018003@freefriends.org> <604133A6.8070101@gmail.com> <25705.1614938294@hop.toad.com> 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] tabs vs spaces - entab, detab 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sun, 7 Mar 2021, Dave Horsfall wrote: > (Straying into COFF territory here) > > On Fri, 5 Mar 2021, John Gilmore wrote: > >> The one that got me was make(1). Being used to text editors that used >> "tab" as a command rather than a literal character, I proposed a fix early >> on at Sun that would allow leading spaces as well as tabs in Makefiles. (I >> think this was in the Unisoft Unix days, pre-BSD.) Bill Shannon actually >> put it into their source tree. But in a few days or weeks, he took it back >> out, because he realized that Makefiles built on Suns using leading spaces >> wouldn't work anywhere else. > > I loathe make's distinguishment between tabs and spaces; they look the same > on the screen, and last I looked computers are supposed to serve humans and > not the other way around. > > -- Dave > I used to have my own system for doing "make"-like builds which was a lot more primitive and just relied on a tool that returned an errorlevel based on whether a file needed to be rebuilt. Of course, that was because I used an editor that destroyed tabs. :/ Damn it, M$... -uso.