Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Feature idea: Expanding on completion functions
- X-seq: zsh-workers 26102
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Feature idea: Expanding on completion functions
- Date: Sun, 30 Nov 2008 23:49:21 +0100
- Cc: "Zsh Workers" <zsh-workers@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Zp4Z9o6G0bky0WrxTfSLu5/V6IUqwkW/MVU70IFl1a8=; b=WdSKKTmRFFH+QGDK7DwrJc83hQxS+7jJDYa/qkJWF+fQ+gK9RqJdXk3gepvdQVmoZX 8/EtCBSEDuQtQsoQrGe6AjLGLJpaJV30TDqBw0MJdHyYf1Oc6S0W5xUhpjToA2gqja59 FaB4/Z1vCJwJs7xDJevD71aE0IuK+cGWnIGDg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PRijd2/jJbMgFqfrnkvNTUXNfaM4aiEbqze1kWZRb4hyiBToceoIqd1IiZ0/8uJ/bu 4k4H1a7OTx8J/kMUf+PO0lS9O8QQCd6AAoBQINBAjs7Z/kiPVEymOvml3jPWCKnADkgn +rK7lPv25BdfOjsxJKSJJ67re1ZlWm1zGGnhM=
- In-reply-to: <081130142336.ZM31619@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70811301335y25ee0afcya2aea82b871fedb5@xxxxxxxxxxxxxx> <081130142336.ZM31619@xxxxxxxxxxxxxxxxxxxxxx>
On Sun, Nov 30, 2008 at 23:23, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Without necessarily shooting down this idea, let me point out that
> completion functions don't have output.
No, no, feedback is good. Thanks for taking the time to write it out
in this level of detail.
> And then you have to decouple the stuff that performs the filtering
> from the stuff that displays the results in ZLE, which is the only
> place that any "output" goes right now.
Wouldn't a relatively easy way to do this be to copy all state and
execute the completion in this context? All the filtering etc could
happen in the normal way as all potentional output which is filtered
away is not interesting (to me) at that point, anyway.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author