From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22056 invoked by alias); 14 Jan 2013 05:18:39 -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: 17560 Received: (qmail 14124 invoked from network); 14 Jan 2013 05:18:36 -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.177 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=V3DKfJ9cyr0TnU4PynysTBtAbYelSz9gCoLejqC/iC8=; b=yyhGf8F4NkG2VBFBuohTj98kM+i0v2zRDK9f3+kWm26jvKUxAssAjnSLzHSV/P/43+ KoNsronJQADjrA5Pw/9Fu4eyGkODHT6Yi2WowUVRU71CCqwVgcKduNLsdTKebVkNI4Tt 2kkjvWZyeyS7XyyPiGPHUxplZDqGjSGJFAjlydlk0GVIGUtRG449qKK3oif84w2rryVc G3P/qIWhhYoNZT+ntew3wxvej9e5g9TksRO/raABIev5sV469oaYpUPQ4AOjH3u+FgOq a+/FvBKKO1ukUgIKtjO/7r1/rE/THhvDFcJM3KBcrZjhBX/t4GCQx677KuWvpXJR6AKh Ntpg== MIME-Version: 1.0 X-Received: by 10.50.46.161 with SMTP id w1mr5718067igm.40.1358138899079; Sun, 13 Jan 2013 20:48:19 -0800 (PST) In-Reply-To: <20130113185141.4394d532@pws-pc.ntlworld.com> References: <50EFB80D.30002@sergio.spb.ru> <22417.1357954693@thecus.kiddle.eu> <20130113185141.4394d532@pws-pc.ntlworld.com> Date: Mon, 14 Jan 2013 10:18:18 +0530 Message-ID: Subject: Re: array prepend From: rahul To: Peter Stephenson Cc: Oliver Kiddle , zsh-users@zsh.org Content-Type: multipart/alternative; boundary=14dae9340b01a2a2d604d3385aa0 --14dae9340b01a2a2d604d3385aa0 Content-Type: text/plain; charset=UTF-8 On Mon, Jan 14, 2013 at 12:21 AM, Peter Stephenson < p.w.stephenson@ntlworld.com> wrote: > > I was thinking about /=. I started looking at it once but got bored > with all the varieties of parameter type. > > I was wondering what the way for inserting into an array is. Is the following the simplest or most direct way: $FOO[1,2] xxx $FOO[3,-1] I'd also like to know what the vision for zsh is. Are there any major changes or enhancements coming up ? Is it to become more of a programming language or only seen as a glue language. I've been writing an app in zsh and totally loved the experience (as against previous experiences with bash). (However, the only thing that keeps biting me here and there are spaces in filenames for which I do use the @F notation. I only wish that behaviour would be a default since the syntax is very cumbersome) -- rahul --14dae9340b01a2a2d604d3385aa0--