From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9257 invoked by alias); 20 Sep 2012 13:04:13 -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: 30686 Received: (qmail 12854 invoked from network); 20 Sep 2012 13:04:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=BlRDyBIQjrHUVIFw5KBGGntIJMmC8ebv+QEkWYHegLM=; b=CI84n2/nyuNVOuRRwtDFQ6pW0/wvuomM/0basy4X5q2W6FlhYoLtkKKG2PvNJj/5Ou 6StMJQTEcge53SFh2v7QwjG4VGofYK8eLkmBDElclTPa/Ipz8HuqA1RCtIJuIwh6MVli o2BJ5njStJDbk1Pti5qM3RtYNIbIYnDG35iENTj5pYuarWndYHejJTk4C9hn0P3O2ng/ QMVO7H/UQrP60902jfq3TN9HG8vzLOZwvJlCnEfG69Kj+sxtaSLjnNw/iWaapp0fRtSQ tCHtnlF4GecAnaDqiTsTLspO551pXzJoQD5kSXT34SAc5oVXbyPZ4WyVewYCpBkPh4IG gXZw== MIME-Version: 1.0 From: Julien Nicoulaud Date: Thu, 20 Sep 2012 14:57:19 +0200 Message-ID: Subject: Completion and REPORTTIME To: Mailing-list zsh-workers Content-Type: multipart/alternative; boundary=bcaec54ee63816d9e904ca21aba5 --bcaec54ee63816d9e904ca21aba5 Content-Type: text/plain; charset=ISO-8859-1 Hi all, When REPORTTIME, time can be reported on some slow compdefs, which kinda breaks output. I think time reporting should be disabled in the context of completion functions execution, don't you ? Regards, Julien --bcaec54ee63816d9e904ca21aba5--