From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16453 invoked from network); 23 Mar 2001 12:54:15 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Mar 2001 12:54:15 -0000 Received: (qmail 25968 invoked by alias); 23 Mar 2001 12:54:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13728 Received: (qmail 25957 invoked from network); 23 Mar 2001 12:54:07 -0000 Date: Fri, 23 Mar 2001 13:54:04 +0100 (MET) Message-Id: <200103231254.NAA08492@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.dk In-reply-to: Sven Wischnowsky's message of Fri, 23 Mar 2001 13:42:55 +0100 (MET) Subject: Re: PATCH: this and that I wrote: > ... > > +example(zstyle ':completion:*' completer ' > + if [[ $_last_try = "$HISTNO$BUFFER$CURSOR" ]]; then > + reply=(_complete _match _prefix) > + else > + _last_try="$HISTNO$BUFFER$CURSOR" > + reply=( _ignored _correct _approximate) > + fi') Before someone corrects me: the completer sets have to be exchanged, of course (or the test and the assignment). I've corrected that in CVS. Sorry. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de