Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: WARN_CREATE_GLOBAL and url-quote-magic
- X-seq: zsh-workers 37387
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: WARN_CREATE_GLOBAL and url-quote-magic
- Date: Fri, 11 Dec 2015 08:52:20 -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=uFOq6Ybv+MVWWK6qCXS7T1JpjybDXFgB8Qc3/EoGdzM=; b=Y86dOCtm6F4qBNqAMCj1q+oFBQWrHCS0efG3qeaT1rsPXknN3e8hIzLObl/DKdmOZN Oyj0D7qjCbKlZEIDh1ic07MTmnjIeXIplIAjqxEHzcTQESwZqQDHFOL8JJLobvc9zeHx /+SWtBJBJaHDZkw6zozkE3wsN+QATtN/YbTMZA21JqF/MVRgV/YK2k8zBXlW2WoMXu73 sKS723MKvAWstXxTTNobfLyqgcgc6S8+bt3cAMnST1M+V33ZlLjsJvBiNvK4JK2vAarj H1bfdZgPNkejkp/2XQymIZPWVYG4MF5D8IS+p1B2Jj/GgZhXtMjfz9smwSOPzkGFCPBF GG5g==
- In-reply-to: <20151211135047.7b1c9847@pwslap01u.europe.root.pri>
- 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: <20151211130507.GA14502@cventin.lip.ens-lyon.fr> <20151211135047.7b1c9847@pwslap01u.europe.root.pri>
On Dec 11, 1:50pm, Peter Stephenson wrote:
}
} Yes, it's the (#b) in the pattern creating those parameters. All such
} instances in distributed functions should be suitably protected.
This doesn't directly apply to url-quote-magic because it does not have
an "emulate" call, but I'm left wondering whether "emulate zsh" should
reset warn_create_global.
Obviously "emulate -R zsh" does so, but why isn't warn_create_global
considered to be "likely to cause portability problems in scripts and
functions" ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author