From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7026 invoked by alias); 16 Feb 2016 12:11:31 -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: 21302 Received: (qmail 5664 invoked from network); 16 Feb 2016 12:11:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=TXbITnBvYxusHiSpEfA6DpsqJXGawNmljTHQfV3qV9M=; b=fUmTeZL0OE/iJAKQfNzFHTgoPHZSUelJJOKvcPuKa9EbXDBEZjWbnAfRJMMwNTJZsN Htoguzj+Pea4SpjK1cgSbcB5HwFUUYqfDZcbtc3NujFmSbxzGCJQeqWTJJBxUQTAwzqA 0F0jkfgCDifOln/t7J2nrndWACnXGhMsK6LAbg0LRsnz9YhnvVex6EP6CHzjrLvzPEMw F5GACkmM/cIqMZtCaKhT2pWnU4+GclMFI1YjAZr5FrJ0YnMY4UCG1tUymliJ/0zIbvPj E1odJpKepQuEpEPApcxYeWQe2VjYOgXOroHiqHj+ws2nDGHxFQ36d9U0NdW8J7/19L3U t8XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=TXbITnBvYxusHiSpEfA6DpsqJXGawNmljTHQfV3qV9M=; b=g+z/xJBwLqLLt3yvQNCiml/Q4hJeS/ZSolp9Tr7BX/5lGLxp35UfhQuBRewQDtbqjO lFIRDtHmUtKCJrERr6KAW3gcXhJbR/1fYDNN4t5cmOp89IqMbHMCvZHmjx86tZ0aeN5T Kdg4mCeiKcZl8oZRH3AK2Cyn/bAHA2+eaovahoOfP8nfRAiSB3+CYgVVGoujEY1G+GRK 7G4oVNrXyIF1ERCBs1QIK7CzHz8rQ+C8ZGVWCKh3y+zVRJoXVnIidw1cebkX3E7GEH1d XI2a/mqYCZWNEq3e3t6dp/g+aP+aEpy3/NetE7R2W62rwOeN8eSboeeSiopeJHgV5e/S gQHg== X-Gm-Message-State: AG10YOSt57qc3MKC5EWE14zWaBxu0MeuQ/yAI58xYRQ6m3txn2wk4pEXY7cmciZwj70J58DgYQwvu1bbU413jw== X-Received: by 10.25.142.201 with SMTP id q192mr7909227lfd.65.1455624687915; Tue, 16 Feb 2016 04:11:27 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Sebastian Gniazdowski Date: Tue, 16 Feb 2016 13:11:08 +0100 Message-ID: Subject: Re: Parse time options To: Zsh Users Content-Type: text/plain; charset=UTF-8 Turned out SH_GLOB has some parse-time traits, as it makes compilation of opp plugin unsuccessful: # zcompile opp.plugin.zsh # setopt shglob # zcompile opp.plugin.zsh zsh: parse error near `CURSOR+1' zcompile: can't read file: opp.plugin.zsh Best regards, Sebastian Gniazdowski