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=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,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 fea4abca for ; Mon, 2 Dec 2019 00:47:34 +0000 (UTC) Received: (qmail 17466 invoked by alias); 2 Dec 2019 00:47:28 -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: 44971 Received: (qmail 20024 invoked by uid 1010); 2 Dec 2019 00:47:27 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua1-f42.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25649. spamassassin: 3.4.2. Clear:RC:0(209.85.222.42):SA:0(-2.0/5.0):. Processed in 0.713189 secs); 02 Dec 2019 00:47:27 -0000 X-Envelope-From: sgniazdowski@gmail.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.222.42 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:content-transfer-encoding; bh=KL6vMVfcW3jOyIU1ivdTj0+nf7GRjUoo8Mo0UCnCmRw=; b=PThdBLBtXyxke+hTl61mmopm7BKBbcRWYDNVQ92sbaUZUN+X3nzMchZsOc5cjO0zDZ LKw3wHwvtHlERqeg3tMDIhDLN3bPAXfhLhE1dcrKC3/xXLZ9x+P+Riif3nhfZ2BQ3BQW 2DK+SxroZFr9euDBjrrHGGYBrxhDXJXrQDycfMNXSfSHnvDpMJLOfceXttxuvO63UOw1 ukpu60am9ySLyTJ8YG3nk1RkSW/1X6sy/Jx31Pl9GLrc7hLDHA2KnDcoaeP0ihxTVF9N N2ODo5pqxpeINffJFYD4s+K3NfDRRmZZeRPhPuZYekX3871bBRT9X6ghU/P0fUQqGFOD B/Ug== X-Gm-Message-State: APjAAAWcRola2fADrL4YqbrKYzVsFpRADbe4woxxBtyE4hM/Iqku/Zz0 dFyZVaLG6X2MEgppkbLTCskCIRumVNv8KSvvTeOYgCz0YWw= X-Google-Smtp-Source: APXvYqz+cl/78oqduHX+Wf2gbtMT7l0r2Q1OvMxjb8hlZdkxshAgwmncl5Wrh/eCxLhgwRiDxdIUCYHWxSYdsWxL1IE= X-Received: by 2002:ab0:6954:: with SMTP id c20mr15191991uas.82.1575247613870; Sun, 01 Dec 2019 16:46:53 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Sebastian Gniazdowski Date: Mon, 2 Dec 2019 01:46:51 +0100 Message-ID: Subject: Re: PATCH: Update the description of S flag in the completion To: Zsh hackers list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On that occasion, isn't this a bug?: =E2=9D=AF str=3D"ab##c#d"; print ${(S)str##\#} ab#c#d =E2=9D=AF str=3D"ab##c#d"; print ${(S)str##\##} ab##c#d Why no match at all in the second case?