Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: strange command completion.
- X-seq: zsh-users 10478
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: strange command completion.
- Date: Wed, 05 Jul 2006 14:29:34 +0100
- In-reply-to: <20060705132305.GA28735@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060705132305.GA28735@xxxxxxxxxxxxxxxxxx>
Marc Chantreux wrote:
> i'm trying to complete that :
>
> while { read c d } { f<tab>
>
> a command is expected here ( find, for exemple ) but the proposed
> completion is fignore\[ ...
It does seem to be getting confused about the context here for some
reason, but you can help matters by using the standard syntax:
while read cd; do f<tab>
which works OK.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author