From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6542 invoked by alias); 8 Feb 2016 07:09:16 -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: 37915 Received: (qmail 19954 invoked from network); 8 Feb 2016 07:09:15 -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,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=ostM07DOQQ7Q2IAw4+DokceQQgfrRKOCbKzGSFXRRz0=; b=Nh7T+QJmg8e5qa08rX/5qIiNjeIl8+No+xH79ICQqZyAD4VwdGc9NMdluylf68OUMh Vl5nmACi/I/dMOG8v8KN3d2cfyCKXIk22WSTdCER3KqUARgsvzdWJYQGkti7rAxmLts1 wDXRU5wJH6PlJG/tda6ll7OhLUVpPP6swzgOn4SZVzrKXY0j6tNRzsEHhzVppJSx+wbw Q2Cm03OzEEWNMSDKL+GrSelWRCSfFYgH8WQK8fPKZqnVwp/GznltOg6OfDCFnYYplKmN 6BDTi6VOI70f3eixFq+tVt1bqoxCAhrULyOFr5gdGysOnXgrAntdXx27mz/ReyZZCHeo rN7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=ostM07DOQQ7Q2IAw4+DokceQQgfrRKOCbKzGSFXRRz0=; b=e3DAZhWJ1nmbk7Bvw2nOa0rTvULJNPlza+3PHjy0ZRo2ejwWfXB9UC0K5840FpGoh1 VFEE715lna8qoZ65GRL3dkrWP1soLJjufjjq1rr0QAItiyc5AmpxSf+Gwc+AjO44KByF ExqAF8bG9fsvgC22dtwoH53MzWNiuM2+fi2qNTUByj5WoS/Cm96uUtFCdsyiKP07ek8s GHOVJe9eSNQgArUuYxSBuhpTooht+Td3ZI8UM8foSPcVKHTnf9mDIKI0oRkwjrYYgK9M dwhU5LJ8qQC4s/L3lonn5KdLzcHSA3uGff+JebflxuJtnume6l6eDkD95Sgb1py/qSL4 oESA== X-Gm-Message-State: AG10YOTRJJXY8YJwjWmEWmDiKarmrmNe3YnKyYJoLdG15DFRI4lVYafftM22FB0/P95d6Q== X-Received: by 10.98.72.70 with SMTP id v67mr40195079pfa.100.1454915353348; Sun, 07 Feb 2016 23:09:13 -0800 (PST) From: Bart Schaefer Message-Id: <160207230919.ZM10127@torch.brasslantern.com> Date: Sun, 7 Feb 2016 23:09:19 -0800 In-Reply-To: <20160207190601.16d43267@ntlworld.com> Comments: In reply to Peter Stephenson "Re: Unexpected foo==bar errors" (Feb 7, 7:06pm) References: <20160207190601.16d43267@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: Unexpected foo==bar errors MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 7, 7:06pm, Peter Stephenson wrote: } Subject: Re: Unexpected foo==bar errors } } The option is called "equals". "magicequalsubst" is now redundant; it } allowed } } typeset foo= } } to exapnd Hmm, as far as I can tell "typeset" always applied expansion in that case, even when it was only a builtin; magicequalsubst is there for other commands that take long options like --file=path or arguments that have key=value format. It's certainly not redundant.