From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16004 invoked by alias); 15 Mar 2012 07:33:37 -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: 16889 Received: (qmail 4990 invoked from network); 15 Mar 2012 07:33: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,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 _spf.google.com designates 209.85.160.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wEn0p1PO+t7tJpindXXMVdqc+p7Gbr76O2bdrQSYm+w=; b=wn/ZF9WSniMB9IiQ5IpHaaIJ1LbThrQQg2ZTC4z+ZY7Dfr3DW/+kZasYUahYl5+4vO HAColv4GAH4dDpKymkr1x67nPyNYQ9iH/SzvCrsV7G2b1p0VjxWztFwRZXaVCOvGtKhG R86fF6LKLyD4wbmjGD3XEeKOfA59spaXkiCEat+lkWFZxFupqyZPeGGXBsqDsfuYIIne VSWnwdBV71XFi4tGp5Pj5QH+vK7sXO0bLx644MPID0uaJzr4hohJ0QKoPxWDV2LO0dU7 CasJeM5LF1lSvBv4/dn+mQZiEGre5xUyldFdtwgRD3zPpD0j3XRJvpRAPWNhhm82mvGd GGnQ== MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 15 Mar 2012 08:33:32 +0100 Message-ID: Subject: Re: Putting options after tasks From: =?ISO-8859-1?Q?Jesper_Nyg=E5rds?= To: Mikael Magnusson Cc: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 2012/3/14 Mikael Magnusson : > Replace :: with : and it will "work", however there are some other > problems with the code you wrote.... Thank you very much for the feedback, Mikael! I'll try this out. Jesper