From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3701 invoked from network); 16 Dec 1999 08:28:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Dec 1999 08:28:56 -0000 Received: (qmail 8221 invoked by alias); 16 Dec 1999 08:28:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9074 Received: (qmail 8214 invoked from network); 16 Dec 1999 08:28:36 -0000 Date: Thu, 16 Dec 1999 09:28:09 +0100 (MET) Message-Id: <199912160828.JAA08251@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: "Bart Schaefer"'s message of Wed, 15 Dec 1999 18:35:32 +0000 Subject: Re: PATCH: 3.1.6-pws-11: Completion suggestions + fixes + sorting tags Bart Schaefer wrote: > ... > > BTW, predict-on is still using _style as well. Is this the correct fix? The patch below won't make any difference in behaviour (since the function is invoked from _main_complete, where $curcontext is empty), but it is cleaner. Bye Sven diff -ru ../z.old/Functions/Zle/predict-on Functions/Zle/predict-on --- ../z.old/Functions/Zle/predict-on Thu Dec 16 09:24:42 1999 +++ Functions/Zle/predict-on Thu Dec 16 09:25:04 1999 @@ -119,7 +119,7 @@ then compstate[list]='' compstate[force_list]=yes - elif zstyle ":completion${curcontext}:predict" list always ]] + elif zstyle ":completion:predict${curcontext}" list always ]] then compstate[force_list]=yes fi -- Sven Wischnowsky wischnow@informatik.hu-berlin.de