Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Another Dash vs. hyphen bug?
- X-seq: zsh-workers 47365
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Another Dash vs. hyphen bug?
- Date: Sat, 5 Sep 2020 20:17:36 -0700
- Archived-at: <https://zsh.org/workers/47365>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-09/CAH%2Bw%3D7bmN-%2BeGDOE7WmT_2-4nTsdtGfQmEYD1ayLjc-GKA66aA%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=Zgx6g70kp9OTqi6Vu3Lo6jkLuviHkew6GlnAsuUuWY8=; b=iMQNmu30GI64phFBxE9/ubQydWnJwEL14H+eiDaIHF81Jshh+tWJMv12lqI04MyMrg 3Jd8ZhFyjqKyZ2Ig95Mg/h4tiYjkgTM+gBz860im5XqPlwZtFam9u82IlO7Fc4H0bIrn noiRWRwSBek40L7/mTg8N25XFLkoXsFwzlz7pztad/oHY7tFtmywzVrPFTQeYjrnGFEh ufXUiLBIqmXLgxu81u2oCVmETscPPzeL1kxr4fb5wVCJF1VPjI1U2KhhaRaggHljcI1I DezIwMmdUZXM/lUBgHHzsvyoAron8LTMLaHZEZT7EtRGTsYaFEZRbcK7jHtCcIB5Aul9 5rdw==
- In-reply-to: <CAH+w=7a-V=UsUmp6PxkvB+X1N06T2dCoxKh3+-W0zqidayrV5w@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=7a-V=UsUmp6PxkvB+X1N06T2dCoxKh3+-W0zqidayrV5w@mail.gmail.com>
- Sender: zsh-workers-request@xxxxxxx
On Sat, Sep 5, 2020 at 7:23 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> I'm not exactly sure what should happen in this case:
A couple more oddballs, although not really unexpected given the
previously mentioned cases:
% ab=A-B
% print -r -- ${(@~s.-.):-${~ab}}
A B
% print -r -- ${(@s.-.):-${~ab}}
A-B
%
Messages sorted by:
Reverse Date,
Date,
Thread,
Author