From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28810 invoked by alias); 1 Mar 2011 18:13:09 -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: X-Seq: 28834 Received: (qmail 28677 invoked from network); 1 Mar 2011 18:13:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at klanderman.net does not designate permitted sender hosts) From: Greg Klanderman To: zsh-workers@zsh.org Subject: Re: 'K' subscript flag with associative array? Reply-To: gak@klanderman.net Date: Tue, 01 Mar 2011 13:08:01 -0500 In-Reply-To: (Mikael Magnusson's message of "Tue, 1 Mar 2011 18:09:20 +0100") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.17 (linux) References: <19821.9197.225140.311873@gargle.gargle.HOWL> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> On March 1, 2011 Mikael Magnusson wrote: > Ie, you want I, not K. Thanks Mikael and Ben! > What K/k does is somewhat weird, in that it > interprets the keys of the arrays as patterns and check which of those > match the given subscript. Only after reading this do I now understand what the manual is saying.. Greg