From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21383 invoked by alias); 9 Jan 2013 10:24:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17546 Received: (qmail 14346 invoked from network); 9 Jan 2013 10:23:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.172 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Pqrq4L5tsFTeGIgLuwr0NpXdAQpafBPgWo/fySoQfEU=; b=kj3zYnnMMZ2QOhmlNOokOttYbqW+zSp3Nof4+dcCKbGQzvYADM1j/YwYfDe6BvlwAA MiaAs5z0YpbRG/cUti7T2j2Gz2tH9NQjhZw54zOYB36INjzniIhUhkGqFmFfpji3Dd5n EtSnYqdkTbK51UEoF40ejplFsbktB66QNgOg7R39/HUabMiZfj0UqLv09mxgeOpXy0WD qCYv6k96tM85O6XJyLbgDMpOw2rxju/L9eUbzCdm1Htf8NzaHkqaqgMGBM8bb77ckXn/ 3/m7UzSUdm2IG4p/sJkY8m1v6EmUmmepa2n1qCIJthn4JGgeH0TuQQgAf0/1YP9AiE6C aEQw== MIME-Version: 1.0 X-Received: by 10.50.184.199 with SMTP id ew7mr1031742igc.84.1357727024624; Wed, 09 Jan 2013 02:23:44 -0800 (PST) In-Reply-To: <20130109093553.GI2054@localhost.localdomain> References: <20130109093553.GI2054@localhost.localdomain> Date: Wed, 9 Jan 2013 15:53:44 +0530 Message-ID: Subject: Re: array matching: inconsistent behaviour ? From: rahul To: Han Pingtian Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=14dae934056701355e04d2d8759d --14dae934056701355e04d2d8759d Content-Type: text/plain; charset=UTF-8 On Wed, Jan 9, 2013 at 3:05 PM, Han Pingtian wrote: > Looks like if using "e" flag, both would be matched here. > Yes, (ie) works perfectly. Found it in the document: | This flag causes any pattern matching that would be performed on the subscript to use plain string matching instead -- rahul --14dae934056701355e04d2d8759d--