From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1305 invoked from network); 21 Jun 1999 10:49:30 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jun 1999 10:49:30 -0000 Received: (qmail 9047 invoked by alias); 21 Jun 1999 10:48:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6753 Received: (qmail 9040 invoked from network); 21 Jun 1999 10:48:56 -0000 Date: Mon, 21 Jun 1999 12:48:53 +0200 (MET DST) Message-Id: <199906211048.MAA22289@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Mon, 21 Jun 1999 11:49:18 +0200 (MET DST) Subject: Re: collist loading RE: Patch available for 3.0.6-pre-5 I wrote: > Andrej Borsenkow wrote: > > > zmodload -i collist > > > > results in > > > > /home/bor/.zshrc: failed to load module: collist [6] > > bor@itsrm2:~%> > > > > I suspect, it need zle ot comp1, that are not yet loaded at this point. > > They should be loaded automatically. Is your module path set up > correctly at the time? I forgot to diff xmods.conf. Sorry. This also fixes a buglet in collist when saying `no' to `do you wish...'. Bye Sven diff -u -r oos/Zle/collist.c Src/Zle/collist.c --- oos/Zle/collist.c Mon Jun 21 12:46:02 1999 +++ Src/Zle/collist.c Mon Jun 21 12:46:08 1999 @@ -390,6 +390,7 @@ tcmultout(TCUP, TCMULTUP, nlnct); } else putc('\n', shout); + return 0; } if (clearflag) { putc('\r', shout); diff -u -r oos/xmods.conf Src/xmods.conf --- oos/xmods.conf Mon Jun 21 12:46:39 1999 +++ Src/xmods.conf Mon Jun 21 12:42:29 1999 @@ -3,3 +3,4 @@ zle compctl sched +collist -- Sven Wischnowsky wischnow@informatik.hu-berlin.de