Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completer for file extensions
- X-seq: zsh-workers 32447
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: completer for file extensions
- Date: Fri, 28 Feb 2014 23:08:31 +0100
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1393625313; bh=0e4FyCMkTdG2cXDhUXhFxIaDGFHgemz82xvhXAWD61s=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Received:cc:In-reply-to:From:References:To:Subject:MIME-Version:Content-Type:Content-ID:Date:Message-ID; b=m6lfNMcAOnEQonPGuqlpyz03d4YVXbRSgIJXf870nnk4YFEpMipTU/hKW4IbCF2/0JdIS/ZO7V3f1h0p2ix1sLPoGha8eKZJPr5atlFtH299Px+5dwZ4Uyl9AJWKtBAGAUGWXxiAttBW8C96o2jY0OEsQtL7EEXBwQY2+JO1PkY=
- In-reply-to: <CAHYJk3RRtyS2uMGc1TG7DwYMQcF1KcpObiDOp3BeBidfBZ_9rw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <29011.1393594448@thecus.kiddle.eu> <CAHYJk3RRtyS2uMGc1TG7DwYMQcF1KcpObiDOp3BeBidfBZ_9rw@mail.gmail.com>
Mikael Magnusson wrote:
> This - needs to be a .. or BRACE_CCL needs to be set locally. Even
Thanks. It also needs to be .. to work for a number greater than 9.
> with this fix, the completer does nothing for me. I tried printing
> both $files and $mfiles and they contain more or less the correct list
> of extensions, but nothing shows up through the completion system.
I checked and it works for me starting from zsh -f.
If even mfiles contains a list of more than one extension then I can't
see why the compadd would fail to add matches. Have you got any matching
controls specified? What's your full completer list?
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author