Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.1.1-test-1
- X-seq: zsh-workers 37175
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh 5.1.1-test-1
- Date: Sat, 21 Nov 2015 14:25:04 -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=f2j4tIZxHhBNEKDGpUSLteKmJAPIRTnwb/3/oYb6eDk=; b=yWJE/JzKrYVcbS2ZKSLrYFGK5zhTEzZYTqTs8zdFf8JXUi1viaz5FvQ+Nkd8cC04zM Ma7b7JvIxqo31bqv+DIX9Y3H6MqI1IvERYK+a0Vc62Ym1MtKXEhvOPytCk/q4dxX1I36 COnU+FrnDH6YxmWuiV/leD+viE1mxEcw4/Cp1Gfv+uz7FfbVnVRXJE/rXW1vmt+DyOAB lAxDpMdBVvA5XEdP6wyN1b8a58s/RtJWUFc2hLvrW60Y+O4D5gmzuafs2grmnaK7YcOf ud1myDI+HEWSKBlor3CfNiCIJi7U7cUbMunYch7kL0Wzzd7cudLkk+ua6VGe4jEtrL72 rY/Q==
- In-reply-to: <20151121190908.GA1249@ruderich.org>
- 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: <20151121183514.527eccf6@ntlworld.com> <20151121190908.GA1249@ruderich.org>
On Nov 21, 8:09pm, Simon Ruderich wrote:
}
} VCS_INFO_maxexports:7: array parameter zle_bracketed_paste created globally in function VCS_INFO_maxexports
That's actually coming directly from Src/Zle/zle_main.c where there is a
call to setaparam("zle_bracketed_paste", ...) -- that function now issues
a warning if used at top-level, and should be replaced by assignaparam().
We're going to have to do a sweep of the sources for non-special variables
that are set with set?param() after dotfiles have been loaded, especially
various autoloaded nonspecial parameters from modules [see Src/module.c
add_autoparam()].
} VCS_INFO_nvcsformats:13: array parameter msgs created globally in function VCS_INFO_nvcsformats
This one is coming from a "zstyle" call. Another unexpected side-effect
of testing warn_create_global at a lower level.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author