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 22547
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Set option in parent after emulate -L zsh
- Date: Thu, 9 Mar 2017 14:06:13 -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; bh=+vrGPJ763usz+a+Yz7QzMRMDwfI015Do8wvNaqKc3QE=; b=2DBbACncxMzCyDCil9MPFJbuwKzrvdZORUJ+JvlbUq70sG5vyPrnP5c7nH0AqS8mXX 3W5wJGi2ZYxqRPA6zUev/vX7yn2wneYaIUk7q7YdTa9Ga3VklyIfLF502DDqfESKPfYN kHcOwBOSf3XjoStdzkMiJ3Mj0zlgVQKlIlNSYQXNLgHpS+nbuAYg+cVZqA7ZY5MqYwCO DjmBw6dVfneTXeStqHOuXzcdeAawviWW8Nx2Hp5uwZx0YgQNyxAynFQJXNF3MrwyMIk3 6vsbtWyR304yLXTtnhbQeMtJX6yoSP3idz18abrniekgYcZKWwcAeywEX/Gtv360e1xp /0OQ==
- In-reply-to: <1489049936.3120661.905537968.237F11E3@webmail.messagingengine.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>
The options
XTRACE
LOCAL_OPTIONS
LOCAL_LOOPS
WARN_NESTED_VAR
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