From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23057 invoked from network); 17 Sep 2000 22:14:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Sep 2000 22:14:46 -0000 Received: (qmail 419 invoked by alias); 17 Sep 2000 22:14:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12825 Received: (qmail 411 invoked from network); 17 Sep 2000 22:14:11 -0000 Date: Sun, 17 Sep 2000 18:14:13 -0400 Message-Id: <200009172214.SAA06954@soup.ql.org> X-Authentication-Warning: soup.ql.org: ejb set sender to ejb@ql.org using -f From: "E. Jay Berkenbilt" To: zsh-workers@sunsite.auc.dk Subject: [ejb@ql.org: typo in _match?] Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: multipart/mixed; boundary="Multipart_Sun_Sep_17_18:14:13_2000-1" Content-Transfer-Encoding: 7bit --Multipart_Sun_Sep_17_18:14:13_2000-1 Content-Type: text/plain; charset=US-ASCII Never mind.... dumb question. I see this is fine. Sorry for hitting send too soon.... --Multipart_Sun_Sep_17_18:14:13_2000-1 Content-Type: message/rfc822 Date: Sun, 17 Sep 2000 18:12:48 -0400 X-Authentication-Warning: soup.ql.org: ejb set sender to ejb@ql.org using -f From: "E. Jay Berkenbilt" To: zsh-workers@sunsite.auc.dk Subject: typo in _match? Content-Type: text/plain; charset=US-ASCII In zsh-3.1.9-dev-6, the last few lines of .../functions/_match are: > [[ ret -eq 1 && "$ins" = yes && > $#compstate[unambiguous] -ge ${#:-${PREFIX}${SUFFIX}} ]] && > compstate[pattern_insert]=unambiguous > > return 1-ret Should the two occurrences of ret there be $ret instead? --Multipart_Sun_Sep_17_18:14:13_2000-1--