From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26680 invoked from network); 12 Apr 2004 16:22:25 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Apr 2004 16:22:25 -0000 Received: (qmail 14533 invoked by alias); 12 Apr 2004 16:22:10 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7337 Received: (qmail 14456 invoked from network); 12 Apr 2004 16:22:10 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 12 Apr 2004 16:22:10 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 12 Apr 2004 16:22:9 -0000 Received: (qmail 30881 invoked from network); 12 Apr 2004 16:22:09 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO binome.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 12 Apr 2004 16:22:08 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 1ECC836D6; Mon, 12 Apr 2004 09:22:07 -0700 (PDT) Date: Mon, 12 Apr 2004 09:22:07 -0700 From: Wayne Davison To: Bart Schaefer Cc: Zsh users list Subject: Re: zle_thingy.c: variable "modsave" used before its value set Message-ID: <20040412162206.GA2322@blorf.net> References: <1087.1079112181@csr.com> <20040412090436.GC28460@blorf.net> <040412082120.ZM19014@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <040412082120.ZM19014@candle.brasslantern.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 On Mon, Apr 12, 2004 at 08:21:20AM -0700, Bart Schaefer wrote: > Are you really sure that bin_zle_call() is not re-entrant? No, I'm not, so that static idea wouldn't work. The useless cleanup code could be safely removed, though, if desired. ..wayne..