From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15803 invoked from network); 17 Jun 2000 09:27:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Jun 2000 09:27:54 -0000 Received: (qmail 7101 invoked by alias); 17 Jun 2000 09:27:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11956 Received: (qmail 7091 invoked from network); 17 Jun 2000 09:27:45 -0000 From: "Bart Schaefer" Message-Id: <1000617092729.ZM9274@candle.brasslantern.com> Date: Sat, 17 Jun 2000 09:27:29 +0000 In-Reply-To: Comments: In reply to Tanaka Akira "cascaded ;& problem." (Jun 17, 4:56pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: Tanaka Akira , zsh-workers@sunsite.auc.dk Subject: PATCH (?): Re: cascaded ;& problem. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 17, 4:56pm, Tanaka Akira wrote: } Subject: cascaded ;& problem. } } I found that cascaded ;& doesn't work well. Can it really be this easy? Index: Src/loop.c =================================================================== @@ -567,7 +567,7 @@ state->pc = next; code = *state->pc; state->pc += 3; - next = state->pc + WC_CASE_SKIP(code) - 1; + next = state->pc + WC_CASE_SKIP(code) - 2; execlist(state, 1, ((WC_CASE_TYPE(code) == WC_CASE_OR) && do_exec)); } -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net