Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author