Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Set option in parent after emulate -L zsh
- X-seq: zsh-users 22552
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Set option in parent after emulate -L zsh
- Date: Fri, 10 Mar 2017 05:47:08 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Y0JgIZmkwETtItk OIfFAVuhtahg=; b=eEPfSoNoT8k3ID6gNMKZr/xfAzD/VgnogZRx6NV//0LRudb D/lnO3hGP0SPbj+mzpF2MNCXwETFRT1DxUHlQCOUoSyuDV1887n3aQOD/JMPCGsF XEZfQXsN7q6vSn5KZrnilFr6Vy2Wk2XWGpiOZqmaPpCBT0Qgfvlwe2mYAbF0=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Y0JgIZmkwETtIt kOIfFAVuhtahg=; b=VStleweK6fgjk/dten867mFZ18FOpMNlhWH+K7KKMV+2tQ mIxzEvVpfyDj0DFqR4b8NJp5Jp5Gvdbkg5M/Ad5S/cQHFVVueFhiK+d9i5IvhZdq gGfxW4WHVVcr1N2zQ7xNHzGODlshUva3TIvFd5l3s5RmsaOcKRrX17szOWLck=
- In-reply-to: <170309140613.ZM30720@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1489049936.3120661.905537968.237F11E3@webmail.messagingengine.com> <170309140613.ZM30720@torch.brasslantern.com>
Bart Schaefer wrote on Thu, Mar 09, 2017 at 14:06:13 -0800:
> The options
> XTRACE
> LOCAL_OPTIONS
> LOCAL_LOOPS
> WARN_NESTED_VAR
and
PRINT_EXIT_VALUE
> are always reset on function scope exit. The options
> PRIVILEGED
> RESTRICTED
> are never restored as an effect of LOCAL_OPTIONS (but might be in case
> of a "sticky emulation").
Messages sorted by:
Reverse Date,
Date,
Thread,
Author