From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28738 invoked by alias); 2 Jun 2016 13:35:17 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38574 Received: (qmail 23651 invoked from network); 2 Jun 2016 13:35:16 -0000 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 To: Marko Myllynen Cc: zsh workers 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) Marko Myllynen wrote on Wed, Jun 01, 2016 at 16:28:31 +0300: > $ localedef -Afoo - > > 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' \