Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _expand, _expand_word, and their doc
- X-seq: zsh-workers 12855
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: _expand, _expand_word, and their doc
- Date: Thu, 21 Sep 2000 14:37:40 +0000
- In-reply-to: <000201c02395$cf594fd0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <000201c02395$cf594fd0$21c9ca95@xxxxxxxxxxxxxx>
On Sep 21, 10:33am, Andrej Borsenkow wrote:
} Subject: RE: PATCH: _expand, _expand_word, and their doc
}
} > +inserted into the command line. This style is most useful when set
} > +only for very specific completion contexts.
}
} I continue to ask myself just how useful it is.
I suspect it's intended to be used in the :completion:expand-word:expand::
context, though I didn't realize the context never gets any more specific
than that. That way the user can decide whether to invoke it.
If it would work to set compstate[insert]=all inside _expand_word, before
calling _main_complete, then we could do that instead and remove the
handling for that style from _expand. I don't have time today to try
this.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author