Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: still confused about completion and matching
- X-seq: zsh-workers 13076
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>, "E. Jay Berkenbilt" <ejb@xxxxxx>
- Subject: RE: still confused about completion and matching
- Date: Tue, 24 Oct 2000 19:28:31 +0400
- Cc: <zsh-workers@xxxxxxxxxxxxxx>
- Importance: Normal
- In-reply-to: <1001024151504.ZM12258@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> insert-unambiguous
> This is used by the _match and _approximate completer functions,
> where the possible completions may not have a common prefix so
> that menu completion is often the most useful may of choosing
> completions. If the style is set to `true', the completer will
> start menu completion only if no unambiguous string could be
> generated that is at least as long as the original string typed by
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> the user.
^^^^^^^^^^
That is the problem. It means, that if you have long pattern that results in
short match, menu completion is started.
I was never happy about it as well. But I switched to menu selection some time
ago :-)
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author