From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25388 invoked by alias); 4 Sep 2016 21:25: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: 39176 Received: (qmail 26827 invoked from network); 4 Sep 2016 21:25:17 -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.304595 secs); 04 Sep 2016 21:25:17 -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=XiEDKXMwBSrKhablUFzO9HAFY7Q=; b=OhfwDJ o3i0w9vNK29GPTecsaQuRAsZE4gkR5vvdeAllrdBVgup+/v4YECFSch2EOei3zcU DARXJdj/QEiLlCsZFeGpF4KBx62CM2OKRi+8ZfsbCxGnLUk/kYeZ5E/z38S7mW7p m8UKCr7AWuqVpMdh4BB6Y/nPTUi8gudci9WfM= 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=XiEDKXMwBSrKhablUFzO9HAFY7Q=; b=SaoNf sqpmfbyGYEmtw/OYfzr2zDBUND4Jrkmdx6BDC7wTFIpkVXVahgyoXPHG3v3MeN9C koKerp8MFE1CC/FIgPDGvkxZIxDBl2/YGRUhBWEtDyOMH0B6Rr0a9DAIUohAqMDv /Fy/4olL1xZiCSoVHub5tSF87ILdXMXzzXnTuM= X-Sasl-enc: 1MG/f4SR9r6Hf80BR5DTG85Crp3hqYzjHfUdsto5U3Dj 1473024312 Date: Sun, 4 Sep 2016 21:24:39 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: [PATCH] _virsh (Was: Re: zsh virsh completion) Message-ID: <20160904212439.GA24163@fujitsu.shahaf.local2> References: <8eb6dce0-50d7-5ab2-503a-194c1de2e45d@redhat.com> <20160713045957.GA3893@tarsus.local2> <9968da53-c1fd-fa2a-f30c-c74f884d2478@redhat.com> <20160720065832.GA28939@tarsus.local2> <699166a0-b0f0-452c-2561-b7e3cc952062@redhat.com> <25001.1469117569@hydra.kiddle.eu> <20160722071927.GG2521@tarsus.local2> <12554.1472678120@hydra.kiddle.eu> <20160902052342.GA8514@fujitsu.shahaf.local2> <66037.1472828529@hydra.kiddle.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <66037.1472828529@hydra.kiddle.eu> User-Agent: Mutt/1.5.23 (2014-03-12) Oliver Kiddle wrote on Fri, Sep 02, 2016 at 17:02:09 +0200: > I also inserted the otherwise undocumented _comp_caller_options > into that new section. Any thoughts on what else might go there? There's a $redirections parameter in comprparams, added in 16751 (10490ec4). It is unused and appears to never have been documented, so perhaps we should just remove it. % git log -S '[(]redirections[)]' Doc/Zsh %