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

RE: what happened to accept-and-infer-next-hostory ?



Andrej Borsenkow wrote:

> > Which it does for me. Hm, do I have to get pws-11 now to see if/how
> > this differs from the CVS version? Have you tried with `zsh -f'?
> >
> 
> This does not work if _oldlist is used. I have completer as '_oldlist _complete
> _match'. It is enough to simply set completer '_oldlist ...' without additional
> configuration.

Ah. A rather long-standing bug then.

complist should say that the old list is not to be used with a-a-i-n-h.

Bye
 Sven

diff -ru ../z.old/Src/Zle/complist.c Src/Zle/complist.c
--- ../z.old/Src/Zle/complist.c	Thu Dec  9 15:55:43 1999
+++ Src/Zle/complist.c	Thu Dec  9 15:58:19 1999
@@ -916,7 +916,7 @@
 		s->nbrbeg = nbrbeg;
 		s->nbrend = nbrend;
 		s->nmatches = nmatches;
-		menucmp = menuacc = 0;
+		menucmp = menuacc = hasoldlist = 0;
 		fixsuffix();
 		validlist = 0;
 		amatches = pmatches = lastmatches = NULL;

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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