From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22779 invoked by alias); 24 Apr 2013 18:57:16 -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: 17768 Received: (qmail 21298 invoked from network); 24 Apr 2013 18:57:03 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at luo.ma does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-type; s=smtpout; bh=hfCGrs6YiQzWtpxEI1v+P7QiNRw=; b=tf5vaBTRY1cAA51AlfYjtHm8NAGw TSO9iXQe0E6vsVp126DuaGLW15gHhUrjNKxd7iGjdj5MnoySsLUswxaphz7QbM2N Rxv98u0QzL0y6PDejv23KNYVuGpJrZtAPAOPdW1BCuI4GCn7kT8X4Gdea1Y7yCGo vuAVHsBREj9Wj40= X-Sasl-enc: BVPuohz3BMoPJ4folFui6c10vihwtaNxnx8HyysrVHJZ 1366829817 From: "TJ Luoma" To: thomasg Cc: "Zsh-Users List" Subject: Re: How should I construct this? Date: Wed, 24 Apr 2013 14:56:57 -0400 Message-ID: <62F633CD-D335-4044-BE46-EFBBDA5F8922@luo.ma> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate Trial (1.5.4r3323) On 24 Apr 2013, at 14:39, thomasg wrote: > What you want to use in a case like this are hashtables. > Basically this is a special array type, defined like this: Ooh, I _knew_ there had to be a way. Hashtables, eh? I've never used one of those before. Looking forward to playing with that. (Have I mentioned that I've used zsh for ~20 years and feel like I'm only using 0.001% of what it can do? Stuff like this is why!) Thanks again TjL