Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#463507: zsh: Completion fails with: "_main_complete:161: permission denied:"
- X-seq: zsh-workers 24534
- From: Peter Stephenson <pws@xxxxxxx>
- To: agcosta@xxxxxxx, 463507@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#463507: zsh: Completion fails with: "_main_complete:161: permission denied:"
- Date: Tue, 05 Feb 2008 14:50:12 +0000
- In-reply-to: <200802051441.m15EftTc029061@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080131221535.c1aa6f7c.agcosta@xxxxxxx> <20080201133818.GA28192@xxxxxxxxxxx> <20080201173143.2a7ec474.agcosta@xxxxxxx> <20080202030920.GA2099@xxxxxxxxxxx> <20080202014728.9aeb3310.agcosta@xxxxxxx> <20080202184123.GA20032@xxxxxxxxxxx> <20080203004905.a85d2c3c.agcosta@xxxxxxx> <20080205033050.GA4729@xxxxxxxxxxx> <20080205024651.ea4026a1.agcosta@xxxxxxx> <20080205141957.GA17778@xxxxxxxxxxx> <200802051441.m15EftTc029061@xxxxxxxxxxxxxx>
Peter Stephenson wrote:
> + if (( ${#completers} == 0 )); then
> + completers[_complete]=1
> + fi
Come to think of it, the default should almost certainly be the same as
what the completion system uses if the style isn't set, i.e. with
_ignored, too. I'll commit it with that added.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author