zsh-workers
 help / color / mirror / code / Atom feed
* WARN_CREATE_GLOBAL and url-quote-magic
@ 2015-12-11 13:05 Vincent Lefevre
  2015-12-11 13:50 ` Peter Stephenson
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Lefevre @ 2015-12-11 13:05 UTC (permalink / raw)
  To: zsh-workers

I don't think that the following has been reported yet. Run "zsh -f"
and:

  setopt WARN_CREATE_GLOBAL
  autoload -Uz url-quote-magic
  zle -N self-insert url-quote-magic

Then type "echo a:b ". After typing the space after "a:b", I get:

cventin% echo a:b
url-quote-magic:12: array parameter match created globally in function url-quote-magic
url-quote-magic:12: array parameter mbegin created globally in function url-quote-magic
url-quote-magic:12: array parameter mend created globally in function url-quote-magic
cventin% echo a:b 

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-11 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11 13:05 WARN_CREATE_GLOBAL and url-quote-magic Vincent Lefevre
2015-12-11 13:50 ` Peter Stephenson
2015-12-11 16:52   ` Bart Schaefer
2015-12-11 16:55     ` Peter Stephenson
2015-12-11 17:11       ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).