From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13721 invoked by alias); 15 Sep 2016 05:11:21 -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: 39340 Received: (qmail 7949 invoked from network); 15 Sep 2016 05:11:21 -0000 X-Qmail-Scanner-Diagnostics: from out4-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.28):SA:0(0.0/5.0):. Processed in 0.111707 secs); 15 Sep 2016 05:11:21 -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=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=gBu87FqvJDpxvaiUdnOEHZc51AU=; b=ohFXKA mWd/7DjjiQRXt6DM6Y8x8teG3ai5gyagKowdSnNrK16l3P8uyFK+Pm4hAk3geD7D jn9i6wF/C01RJyGwYZXxl7hYvHWydapaRJaAxeuxTBlof12kdphXRpARcouOLFR9 /iNUX0uVJVXPcnhvPFjrXoznzDQq7q85g2YrE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=gBu87FqvJDpxvaiUdnOEHZc51AU=; b=LdpgH t1Wdq1zYXiqXAVbPGzDL9DU1EPYuc1g215z8IXvLt1U6JmMjeUVO/jBtufkpNtED SFbnAkdmZa6F9kB6QETbv3oIaAUwtGKjEVy7ZhaUsHMzGGhUSjg+R65waIXHjD/7 b8V6YgN82s7uxzEChTw0Dz6g/MoiY3zIBan9BI= X-Sasl-enc: NvqsAFJTWBnhIen5zmk0Yt1a2pByZegLQtEph1m1Np2B 1473916277 Date: Thu, 15 Sep 2016 05:10:38 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: compset -q oddities Message-ID: <20160915051038.GA4568@fujitsu.shahaf.local2> References: <20160911073031.GA19137@fujitsu.shahaf.local2> <160911191422.ZM21970@torch.brasslantern.com> <20160912230632.GA29577@fujitsu.shahaf.local2> <160912232853.ZM27002@torch.brasslantern.com> <20160913112141.1243fbde@pwslap01u.europe.root.pri> <160914105654.ZM29879@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <160914105654.ZM29879@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Wed, Sep 14, 2016 at 10:56:54 -0700: > On Sep 13, 11:21am, Peter Stephenson wrote: > } > } However, I'm not sure we want to fiddle with this before a release which > } we really ought to be making imminently as this is just one of a series > } of incrementally partially fixed problems in this area > > I concur, we can e.g. note these issues in README or somewhere ("the > calling completer may need to test [[ -n $words[CURRENT] ]] before > using `compset -q'" or similar verbiage) and move on for now. I'd write that docs patch but I don't understand what it should say?