From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13542 invoked from network); 30 May 2000 11:22:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 May 2000 11:22:38 -0000 Received: (qmail 4495 invoked by alias); 30 May 2000 11:21:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11656 Received: (qmail 4485 invoked from network); 30 May 2000 11:21:24 -0000 Date: Tue, 30 May 2000 13:21:11 +0200 (MET DST) Message-Id: <200005301121.NAA20744@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Andrej Borsenkow"'s message of Tue, 30 May 2000 15:07:14 +0400 Subject: RE: More make check failure Andrej Borsenkow wrote: > ... > > I am not sure, what should I get: > > bor@itsrm2% zsh -f > itsrm2% autoload compinit; compinit -D > itsrm2% { > cursh> compdef foo foo > cursh> foo() { > cursh function> compadd -M 'm:{a-zA-Z}={A-Za-z} > cursh function quote> r:|[.,_-]=* > r:[^A-Z0-9]||[A-Z0-9]=* > cursh function quote> r:[A-Z0-9]||[^A-Z0-9]=* > cursh function quote> r:[^0-9]||[0-9]=* r:|=*' \ > cursh function> build.out build.out1 build.out2 > cursh function> } > cursh> } > itsrm2% foo build.out > build.out build.out1 build.out2 You should get exactly that. In the test the cursor was placed after the `build'. Damn. I'm still pretty sure this has to do with some uninitialised memory. But where? But this should probably not keep us from releasing 3.1.7. If we don't want users to see this we could comment the test out. I'll keep it on my list, although I fear I will never be able to reproduce it. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de