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 IAA23711 for ; Sun, 28 Jul 1996 08:25:52 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id SAA26997; Sat, 27 Jul 1996 18:06:44 -0400 (EDT) Resent-Date: Sat, 27 Jul 1996 18:06:44 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199607272206.AAA14081@bolyai.cs.elte.hu> Subject: Re: zsh-3.0-pre4 released To: schaefer@nbn.com Date: Sun, 28 Jul 1996 00:06:11 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <960727113530.ZM26061@candle.brasslantern.com> from Bart Schaefer at "Jul 27, 96 11:35:30 am" 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: <"j-Poj2.0.lb6.pBf-n"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1799 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > misleading. E.g. from the FAQ: You mean from the NEWS. > ! Traps defined by the trap builtin are now executed in the current shell > ! environment and not as a shell function. This means that $1 is not set > ! to the signal number. Of course the TRAPxxx functions continue working > ! as before. > > This sounds as though TRAPFOO() continues to fire ("functions continue > working") even after `trap bar foo`; sort of as if TRAPxxx() and "trap" > are now in completely separate "namespaces". Perhaps my wording was not the best. Any improvements are welcome. Zoltan