Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unexpected foo==bar errors
- X-seq: zsh-workers 37915
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Unexpected foo==bar errors
- Date: Sun, 7 Feb 2016 23:09:19 -0800
- 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==
- In-reply-to: <20160207190601.16d43267@ntlworld.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHYJk3QRVQ893fMP+4CmdapK10vx5gP581pY358KSQdR1-sZuQ@mail.gmail.com> <20160207190601.16d43267@ntlworld.com>
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=<whatever>
}
} to exapnd <whatever>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author