From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17296 invoked by alias); 19 May 2015 22:23:08 -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: 35229 Received: (qmail 23962 invoked from network); 19 May 2015 22:23:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=mOYywIwi8CJapX/7rZFr+EVdv5PJ5xfKEnycig5g+5E=; b=lo9s4pUj4egJdhkH6iHYJDhQ7dip23ZhB47f2npm8EjydtcFjWwJWxZswTrvOBI1FE qFVCc6fqh8+sSxYtUqEXHVAN2fqrXBDdCrtDbjpnFkqLCIRhc4er/jZK+8NOj994nowp 6Ra7f+IHN8W70NExTNaR+DcICGRJZde1f68x6ryRdh2KoQxUPHjauhAm8QIPfQlRXV43 0iqgerEWNg79NmDFXwFy3iyhZUN1FJZQZ4gIcWNEhEx0TIY3r5l8Srk/21rzZNqBTAkd TS1Bi09vzyOnsNs5HYzURm44pG24At7YNf+JJp1IIYKP5oOmt/mueb8sx4aq9DYBrlNQ TTvw== X-Gm-Message-State: ALoCoQlw+U9lVIggIRZimiCQqVNfDvH+X0p9mtWT4XE+3BYZ2z4fW66tflSyYR5EAngyTsM30BSN X-Received: by 10.202.66.7 with SMTP id p7mr24986717oia.45.1432074183854; Tue, 19 May 2015 15:23:03 -0700 (PDT) From: Bart Schaefer Message-Id: <150519152300.ZM12361@torch.brasslantern.com> Date: Tue, 19 May 2015 15:23:00 -0700 In-Reply-To: <20150519204446.GC1837@tarsus.local2> Comments: In reply to Daniel Shahaf "Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) (was: Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects)" (May 19, 8:44pm) References: <5510AAD4.8040807@thequod.de> <20150329054753.GA2766@tarsus.local2> <20150514143627.GE1932@tarsus.local2> <20150519204446.GC1837@tarsus.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) (was: Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 19, 8:44pm, Daniel Shahaf wrote: } Subject: Re: [PATCH] compdescribe fix for unsorted groups (workers/34814) } } 3. I propose the following documentation patch: } } +tt(_describe) should not be called more than once in a single call to } +a completion function. Is it really any time _describe is called twice, or is it just that _describe should not be called more than once with the same (or an overlapping?) set of descriptions?