From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23116 invoked by alias); 29 Dec 2017 19:16:03 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23023 Received: (qmail 7815 invoked by uid 1010); 29 Dec 2017 19:16:03 -0000 X-Qmail-Scanner-Diagnostics: from mail-qk0-f179.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.220.179):SA:0(-1.9/5.0):. Processed in 1.608531 secs); 29 Dec 2017 19:16:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=QOzeUVYXDoL6Z6+roRcasiSMs8H4PWcolH96p83/bQA=; b=yEGDgyIK8/BPvdVImlL6E6Usy7bCz+QA38+jGTOoZkGM8lJrirwkHcnJiy9OUIRlin S0mwqPpoQC+yhs+qPBV/ToW9+XQhegnGwxxCBnGGfLl1+8IaFdM1xDY7rKUEAmw3Ucd8 E/q4WTs7HkxWqr15Txxdns3fBRJP2W24zYq9BqifmNbN3cqMTBxZxejVHq7D+pe+Y6Hr 8GphOeL0DVRATcdJ6jI747KORMK7U3Q2tilYsjn8CrV9SQMJOgJTzmcuG6K+YdUROZEA eaM9x8VyPJdkTe3sH8LRLbvw45Tf5/7G3Be+saoUqyjg5tjD2cLkYMcvjbsR/LKXDgmj xiFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=QOzeUVYXDoL6Z6+roRcasiSMs8H4PWcolH96p83/bQA=; b=pjL/jBc+Dur9KshovZrUs21DAqbx//VNDm77GoYC80vCirb2ng4PJfiG1FkIZ5htLT FZgcJDsyBCWTW0Pixq3Vz9kBk7EjCPVuFx8Y1wiM0WQ3FV4Yr7rDjPMCgvMfSE5JrCkp coa5AXH8YJcAyt2jjuujGa7dVGGqn7r0YdvIS1TQ08xIVqRMYUR6ueUAmiTlcLpHtBeI oLXzPx8gSb4apGSSPsS87Q5sKaWAJrY1n4xA6ghRoYWUHDyyXvFYKITfQkRHmva4rv3t XGRvI1tE4ZQ4uKG0N5lkpnf6BZV3fT2qiSjOQuQOpUggoEMMxlvZB4lB5ctt/pjtU/1P PyQw== X-Gm-Message-State: AKGB3mI1kCZUMHcE73W6u29EfJSMTUvDg7DlGf0CMZrOcpF9WBbWEQ3h TeDxFVIo1snZSR0SqFpBVcI9EMDfsWDeCVCEbMPN5Q== X-Google-Smtp-Source: ACJfBouf3KEabPs00X1yYaTVj4wUBjgJy+dSUEs/HPSS+kZykKWbPuKRH1OI0OhxDHpBoRh07PGGldV2zJO19NTG+p4= X-Received: by 10.55.151.71 with SMTP id z68mr46315911qkd.83.1514574957907; Fri, 29 Dec 2017 11:15:57 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <71ef7896-39f8-66fe-f8f8-c7c81b11e2ce@culture-libre.org> References: <71ef7896-39f8-66fe-f8f8-c7c81b11e2ce@culture-libre.org> From: Bart Schaefer Date: Fri, 29 Dec 2017 11:15:57 -0800 Message-ID: Subject: Re: Can zsh `else` reserved keyword command be aliased and the lexem itself be repurposed as `fi` keyword command? To: Zsh Users Content-Type: text/plain; charset="UTF-8" On Fri, Dec 29, 2017 at 2:51 AM, mathieu stumpf guntz wrote: > > I'm rather estonished by this lake of possibility to make the equivalent of > an "\n" in the middle of a line, but OK. Shell language is a programming language. Do you know any other programming languages? Do you find it astonishing that you can't execute an incomplete C or Java program?