Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: Enhancing math expressions a bit
- X-seq: zsh-workers 7003
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: Enhancing math expressions a bit
- Date: Wed, 7 Jul 1999 14:42:48 +0400
- Importance: Normal
- In-reply-to: <199907070815.KAA08971@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Is your machine fast enough? If so you can try this one. Just start it
> and it will attempt completion after every character you type, showing
> the list of matches. There are even some configuration keys, although
> it should work with compctl, too.
>
Incredible. This is one more thing I was tempted to ask for ... but I always
thought it was impossible :-)
Small problem - after I type the second character, new list is not redisplayed
(no list is actually displayed):
(this is after 'ls Meta-x incremental-complete-word'
bor@itsrm2:~/test/i-c-w%> ls
incremental completion...
abc acd
now I press ``a'':
bor@itsrm2:~/test/i-c-w%> ls a<=Cursor here
incremental completion...
If I press TAB I get correct list. If I now press the next character I get
bor@itsrm2:~/test/i-c-w%> ls ab
incremental completion...
abc
list is displayed again.
Completion settings:
compconf correct_accept='2n'
compconf match_original='yes'
compconf completer='_complete:_match'
compconf dumpfile='/home/bor/.zcompdump'
compconf path_cursor='yes'
compconf match_insert='unambig'
compconf correct_prompt='correct to:'
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author