From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id GAA26520 for ; Fri, 26 Jul 1996 06:57:11 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA28004; Thu, 25 Jul 1996 16:53:41 -0400 (EDT) Resent-Date: Thu, 25 Jul 1996 16:53:41 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199607252053.WAA30989@bolyai.cs.elte.hu> Subject: Re: False alarm (nonomatch and cshnullglob) To: schaefer@nbn.com Date: Thu, 25 Jul 1996 22:53:08 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <960725134630.ZM14515@candle.brasslantern.com> from Bart Schaefer at "Jul 25, 96 01:46:30 pm" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Vuk7T.0.Ur6.Lxzzn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1773 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Yes, which means that any function that's going to be a wrapper around > "setopt" has to unsetopt localoptions, which is what my functions do. > Thus even if you try to setopt localoptions, the setopt wrapper will > still change the options of the caller. > > If you can think of a workaround for this, I'd be thrilled to hear it. Oops, sorry, I did not read carefully enough. I now see your point but unfortunately I know no workaround for that. Zoltan