From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 6640998b for ; Wed, 18 Dec 2019 04:59:55 +0000 (UTC) Received: (qmail 6614 invoked by alias); 18 Dec 2019 04:59:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45078 Received: (qmail 26459 invoked by uid 1010); 18 Dec 2019 04:59:47 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f172.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25663. spamassassin: 3.4.2. Clear:RC:0(209.85.208.172):SA:0(-1.9/5.0):. Processed in 1.224468 secs); 18 Dec 2019 04:59:47 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.208.172 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SZCZCHdoARnY7m2jfV43s0cAgULiYaE332Vzlm+krI0=; b=gTx8pTUdCLWT3k2Y4j2WHGFJWmxucU39dLRc+Zx4Z7edm1IAZYIhLHqltcQTjCNAPt hYTYBav2AKrKIyCJSdYpQ5I5EVdfz6ZVGDzN15gr54gJXgSENiwT46wNtacWzKZ5T7bO oKiL5TbgZZbrN4rfVBjiM/vykr0tagx72aRz1YziNhAMszFHrlRbz+pmPEAC2kFkuwcJ E6V7zLmR64RBtKgw/ACTb7YFEo23ZWWj3aNkokR8XQG3v2yy8npTW6/f6Memh2zIPhbx Y/jqIZOL2RiAltiXZqDwz+/jhA+o1GFcsLr05IkupCq6mUincG2dUQ4ZTrynxdsRVa5u P15Q== X-Gm-Message-State: APjAAAUJsa/XdFNPNBKg6Cxp6djSkT7H1WCN3yDVe+rq13ScxXmCw3ym GhZoSNcJO2WUkTHKqY4hVnBIwPsgLkcsH877WVuPAg== X-Google-Smtp-Source: APXvYqxRYbcbvV4NzHjrCcaxXQm8uJTe2y8PEnAwewHmce3J+bK7TAxbe2k9gXsk2qub0N0qCR4SlLVQFpKOX9pjBy4= X-Received: by 2002:a2e:3609:: with SMTP id d9mr219772lja.188.1576645152722; Tue, 17 Dec 2019 20:59:12 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Bart Schaefer Date: Tue, 17 Dec 2019 20:59:01 -0800 Message-ID: Subject: Re: { exit } always { foo } To: Daniel Shahaf Cc: "zsh-workers@zsh.org" Content-Type: text/plain; charset="UTF-8" On Tue, Dec 17, 2019 at 8:54 PM Bart Schaefer wrote: > > The word "function" there is unfortunate because it doesn't mean a > shell function. Well, strictly I guess it does mean a shell function because that's the only way to introduce another scope, but it's confusing to think of "the level where no shell function has been introduced yet" as a "function level". It's sort of like calling the sidewalk in front of a building the "outermost floor".