Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compctl completion tweaking
- X-seq: zsh-workers 4201
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Compctl completion tweaking
- Date: Fri, 3 Jul 1998 12:33:48 -0700
- In-reply-to: <199807010613.IAA21953@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- References: <199807010613.IAA21953@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jul 1, 8:13am, Sven Wischnowsky wrote:
> Subject: Re: Compctl completion tweaking
>
> First, I would try to change the behaviour of -P (and -S) so that they
> are not inserted straight away, but instead [...], the prefixes
> are walked through, too [....]
This sounds to me rather like the behavior of compctl -U. Perhaps the
use of inclusive-or should simply imply, or require pairing with, -U ?
> More problematic is the case where
> we have prefixes like, say `barrr' and `bazzz'. The completion code
> would insert the `ba' [...]
> but without completeinword (and without automenu), the user
> would have to type `rrr' or `zzz' which is a bit ugly.
That's no worse than what happens without a prefix when completing in
the middle of a word that happens to match more than one result, is it?
> So, does this seem to make sense?
Mostly, but as with most completion stuff it's probably necessary to see
it in action.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author