Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: what happened to accept-and-infer-next-hostory ?
- X-seq: zsh-workers 8981
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: RE: what happened to accept-and-infer-next-hostory ?
- Date: Thu, 9 Dec 1999 16:06:58 +0100 (MET)
- In-reply-to: "Andrej Borsenkow"'s message of Thu, 9 Dec 1999 17:20:00 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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