Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: retrieving the results of last command?
- X-seq: zsh-users 8894
- From: Felix Rosencrantz <f.rosencrantz@xxxxxxxxx>
- To: Zsh User <zsh-users@xxxxxxxxxx>
- Subject: Re: retrieving the results of last command?
- Date: Sun, 22 May 2005 23:45:44 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=anReJoK+P0WZlIQDzVH9nYS14jEdThZ0y0VzXj9B61MWaK0MxAyPkDJmo7Ieh1jUnybjyWfKtI0/Pn7W5Gi2pNjHPRX7CIiVmKFWldqtTcEu/gp6lX1ccjL0dFHLy4qmuFNelYDPdgVvouzgVrJLi82AIrfkxJPtshEm6b2Ub8I=
- In-reply-to: <1050520144942.ZM7191@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050520121834.GA32499@xxxxxxxxxx> <1050520144942.ZM7191@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: Felix Rosencrantz <f.rosencrantz@xxxxxxxxx>
Is there a way to configure completion, so that it will first attempt
to only complete items that it would normally complete but are only in
the keep list of the keeper function, and if there is nothing there
complete as it normally would.
Said another way, take the intersection of the kept values and the
values the completer would normally complete in a given context. Use
that intersection as the possible completions offered to the user. If
the intersection is empty, the completer would complete as it does
normally.
-FR
Messages sorted by:
Reverse Date,
Date,
Thread,
Author