Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: False alarm (nonomatch and cshnullglob)
- X-seq: zsh-workers 1768
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: schaefer@xxxxxxx
- Subject: Re: False alarm (nonomatch and cshnullglob)
- Date: Thu, 25 Jul 1996 22:10:37 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <960723145813.ZM3415@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Jul 23, 96 02:58:13 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> I should have mentioned that this implementation is not suitable for use
> in combination with "setopt localoptions" in shell functions. If you
> use this wrapper, then your shell functions that desire localoptions need
> to always use "builtin setopt".
>
> Having the behavior itself built in to zsh would eliminate that problem.
Note that a function can always change options of the caller by unsetting
localoptions before return. Localoptions is always local. See
man zshoptions for details.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author