From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26919 invoked from network); 22 Nov 1999 18:36:17 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Nov 1999 18:36:17 -0000 Received: (qmail 23827 invoked by alias); 22 Nov 1999 18:36:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8732 Received: (qmail 23815 invoked from network); 22 Nov 1999 18:36:11 -0000 Sender: aduret@venus.l2i To: zsh-workers@sunsite.auc.dk CC: Bart Schaefer Subject: Re: PATCH: _argument, a repeated local, again References: <7dpux2wgpg.fsf@venus.l2i> From: Alexandre Duret-Lutz Date: 22 Nov 1999 19:35:56 +0000 In-Reply-To: Alexandre Duret-Lutz's message of "22 Nov 1999 17:59:07 +0000" Message-ID: <7dln7qwc83.fsf@venus.l2i> User-Agent: Gnus/5.0700000000000003 (Pterodactyl Gnus v0.97) Emacs/20.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>> "AD" == Alexandre Duret-Lutz writes: [...] AD> --- _arguments.old Mon Nov 22 17:49:39 1999 AD> +++ _arguments Mon Nov 22 17:52:13 1999 ^^ hoh, I am sorry I messed this :( [...] >>> "BS" == Bart Schaefer writes: BS> On Nov 22, 5:59pm, Alexandre Duret-Lutz wrote: BS> } Subject: PATCH: _argument, a repeated local, again BS> } BS> } That was a local left in a while loop. BS> I'm not sure which version of _arguments you were diffing against; the BS> line "nm -eq compstate[nmatches] ]]; then" was replaced at least as far BS> back as zsh-workers/8603, and isn't present in -pws-9. Here's the diff BS> against -pws-9 plus zsh-workers/8722. [...] In 8728 I was patching over 3.1.6-pws-9 + 8716 + 8722, perhaps you missed Sven'8716 wich says : - nm -ne compstate[nmatches] ]] && - _requested arguments; then + nm -eq compstate[nmatches] ]]; then -- Alexandre Duret-Lutz