Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	autolearn_force=no version=3.4.1
Date: Thu, 02 Jun 2016 13:28:34 +0000
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Marko Myllynen <myllynen@redhat.com>
Cc: zsh workers <zsh-workers@zsh.org>
Subject: Re: [PATCH v3] zsh localedef completion
Message-ID: <20160602132834.GA28551@tarsus.local2>
References: <574EE2FF.1010809@redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <574EE2FF.1010809@redhat.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Seq: zsh-workers 38574

Marko Myllynen wrote on Wed, Jun 01, 2016 at 16:28:31 +0300:
> $ localedef -Afoo -<TAB>
> 
> offers --alias-file (unexpected to me) alongside the others but

Remove the first '=' sign on this line:

> +    "(-A --alias-file= $exargs)"{-A+,--alias-file=}'[specify locale alias file]:alias file:_files' \

