Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
- X-seq: zsh-workers 47378
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
- Date: Sun, 13 Sep 2020 14:50:49 -0700
- Archived-at: <https://zsh.org/workers/47378>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-09/CAH%2Bw%3D7bc94J%2BFb2sFaVSLhQBUy-oZNj-hmAJRQDsG_N_YE%2BBkA%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-ot1-f41.google.com) smtp.remote-ip=209.85.210.41; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=8HwOAbH6QITGce+JqFvmcUsFslqxGzs3WFjNR9ITgMk=; b=mp3cGhf22bBOIDizemdVpeREC02ktzyJ5eSdKwLY8ddCT8sqYcf3dVlxdR/yOw4d3k 60kedEyer8w8ft8/KtSVPOv5kN/1E+L6b0MC+3iXUG791KFDFss2eYID1+MzzHQ7Mxye WekDp6TK9UfakRWnRwCYaadWfxbkKtNVg0Y/q6Mozejz2MkTKoYrn/U7B3mk3zdo1/k2 X1LTRO3vUlgREh8o7aflgmvJRzfaKcgiCoJi295AUa3ykwDFD2L6PpjuTVEibS8rdYCl tu3y5DazQJZAAWxlAkHpRFaIyruB0oTBGadB3Cy62bCxE7PgZHB+mec08fEC4fkpzV8W hrZA==
- In-reply-to: <CAH+w=7bOcvJ_PChh_8TwZZM+2e-ONY9eap_6o=nMWcZkR_yBjQ@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <CAH+w=7bOcvJ_PChh_8TwZZM+2e-ONY9eap_6o=nMWcZkR_yBjQ@mail.gmail.com>
- Sender: zsh-workers-request@xxxxxxx
On Sat, Sep 5, 2020 at 8:05 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> In retrospect I'm surprised this wasn't thought of before. With this
> you can for example enable backreferences without having to turn on
> extendedglob for the whole surrounding context.
Ordinarily I'd expect to wait for commentary on something like this
before I push it, but apparently it's entirely non-controversial?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author