Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Another minor =~ glitch
- X-seq: zsh-workers 40938
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Another minor =~ glitch
- Date: Fri, 7 Apr 2017 10:33:20 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:to:subject:mime-version; bh=RtvMWTNyl0EQRnEn/PicES/mJo/vedX+yxg8YXwIxqU=; b=tx0+qe825lEMs6Bf3nM9tXiOgRBMjDge5YKD0Czvqwj41G46mVbhOMGChyQlngyMUt WIEgGXMirTjck7fpoi1kpQW5EPFVLApjEHXp2Yh4Z3Gyr5cTWDcDrsjifgU79RfIkrR1 iOX6/WC/HY6cWddJuZ10FNQhXFuJwaRgXNQDSo8kx0AKRK8jjiKFRWJAdrY5h25b7kIs YuYaT/WOygoscaJUpczxj2yhlaffVrHuNXI67OTVDAAkVGw3afnF7lTSWnYWgBpeunbg Rwi9F3XQf5vaXHKwQc6voFI4/CG5RwgqasaEykpii5enxmTmfabdlBCL80m8O1KZc1c6 D+xA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Side note to the REMATCH_PCRE thread: xtrace output shows what's being
done, but it can't be "played back":
torch% set -x
torch% [[ foo =~ .* ]]
+Src/zsh:2> [[ foo -regex-match .* ]]
torch% [[ foo -regex-match .* ]]
+Src/zsh:3> [[zsh: unknown condition: -regex-match
]]
torch%
Messages sorted by:
Reverse Date,
Date,
Thread,
Author