From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25012 invoked from network); 18 Sep 1997 06:27:00 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 18 Sep 1997 06:27:00 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id CAA04032; Thu, 18 Sep 1997 02:18:45 -0400 (EDT) Resent-Date: Thu, 18 Sep 1997 02:18:45 -0400 (EDT) Message-Id: Date: Thu, 18 Sep 97 08:15 MET DST From: Sven Wischnowsky To: zsh-workers@math.gatech.edu In-reply-to: Sven Wischnowsky's message of Wed, 17 Sep 97 16:00 MET DST Subject: Re: Compctl Resent-Message-ID: <"9-cWh3.0.x-.4VC8q"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3507 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Oops, the patch I sent containd some old conditioned out code, the patch below removes that (it's a problem to have some patch lingering around and adapting it to serveral version when having not too much time, the patch in question for example was first implemented for version 2.5.something - so it may need some bumming). Bye Sven *** Src/Zle/zle_tricky.c.old Thu Sep 18 08:10:46 1997 --- Src/Zle/zle_tricky.c Thu Sep 18 08:11:19 1997 *************** *** 3448,3459 **** shortl = strlen(pjoined); apl = ppl; asl = psl; } - #if 0 - if (apl) - apl--; - if (asl) - asl--; - #endif /* Make an array from the list of matches. */ makearray(matches); PERMALLOC { --- 3448,3453 ---- -- Sven Wischnowsky wischnow@informatik.hu-berlin.de