From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23698 invoked by alias); 29 May 2016 16:16:02 -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: 38552 Received: (qmail 1363 invoked from network); 29 May 2016 16:16:01 -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 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:reply-to:subject:references:to:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=7tsfNR7fqNx9oiryr9CfUqcRVX1FhtsjEJulCn9oc8M=; b=BfmbVAnzIaSVDnbe6gC5LdQ1ZqJQSiciBj7YYNDJzKAWMcfnjsFGvDpk6JmMc2z5US SKC2p0p1w9NGxdZs+Aa7XBAKKBbxeQb8PGdX1xm3JVIAodnPdzD/TKCfGFW560hqIQ9o aWYu22HNMDFQW2c1emIaiLz8a8IkRsn+hDbwTZJ6gOgTQtZOPbibuI9vdtrdi5iw5/xO sm2xoQ9wTObRpnNkFrYAKfaBvL2HD1gYJOJHu/Rr181CPPh6DoIz5z7cVRBfjX23KhBc bPuAItxQh7JtwsLBxej73Z5lgzzNxaSKDb6EVSLEamHBk5uBQjVIimxqAPzGZQgaj3k0 +0Bg== X-Gm-Message-State: ALyK8tJyt+X502rUad8pcKh5heMTQN68NDRCKcfa/aS3HHfw8c/MXZFvY8P5otEXf34+fP7f X-Received: by 10.194.11.97 with SMTP id p1mr22626890wjb.159.1464537057009; Sun, 29 May 2016 08:50:57 -0700 (PDT) Reply-To: Marko Myllynen Subject: Re: [PATCH] zsh locale completion References: <573088A4.3020204@redhat.com> <20160509221458.GA30922@tarsus.local2> <5731FEF4.7000306@redhat.com> <5749AFFD.8040807@gmx.com> To: zsh-workers@zsh.org From: Marko Myllynen Organization: Red Hat Message-ID: <574B0FDD.6000203@redhat.com> Date: Sun, 29 May 2016 18:50:53 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <5749AFFD.8040807@gmx.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi, On 2016-05-28 17:49, Eric Cook wrote: > On 05/10/2016 11:32 AM, Marko Myllynen wrote: > >> +_arguments -A -C -S -s \ > > _argument's -A option expects a argument, > do you actually intent for -C to be the argument, or a option to _arguments? > > (you seem to do this in your localedef patch too) Hmm, interesting, thanks for pointing that out, on RHEL 7 / zsh-5.0.2 the man page had this: _arguments [ -nswWACRS ] [ -O name ] [ -M matchspec ] [ : ] spec ... But it's been fixed since then in d5ba3ed. Will follow up with an updated version. Thanks, -- Marko Myllynen