From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5805 invoked by alias); 24 May 2017 10:56:21 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22713 Received: (qmail 24722 invoked from network); 24 May 2017 10:56:21 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua0-f171.google.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(209.85.217.171):SA:0(-2.3/5.0):. Processed in 1.093753 secs); 24 May 2017 10:56: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=-2.3 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,RCVD_IN_SORBS_SPAM,SPF_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: thomas.kupper@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=uIBEP6KMdkQzG4ddASWh7iI2/POydgOWtJGQqkrL9is=; b=i2VIXOa5X1EPu9HPpCiyra7hzJIGZsVyWcJvMePuAw2z2FLypp9fUIjY6IhS19bKll 0D9Q0zlzuAiqt0Sve87aGhTNipu0B8wvbyG2c1fpgq+BFG2Rs/XEyt7XKR8M0hRo0Jvk bn4CRO0IpkrB7bWmxuunKi97+QvdgC/IhxQcLu8nYAx7c2oB6cxRRU1Qaco08xtH7znN Y1RUKc3zN7Hq/lqC4Vu5go8URgfyCyvOWdN7M8VDehPWkV565NuyWBSWBSHqcdprY+O2 nrjbf3bIc8/thYsSzWzW1x2e7Nn9djA8dwZVc5qc7X+gPuO/ZsMwbsmlFxUCAWYQVe1b h6gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=uIBEP6KMdkQzG4ddASWh7iI2/POydgOWtJGQqkrL9is=; b=C/N91vxwy4C+X6wbFt07PCq/M6BiwPWhaQq/mfzHVSLWceih0hG1jwdgQW7HRmTY5s 9XfNfCPTmxJwjejcXk+X1lUUvRE+t1QJM9IHohR6SMzqJPfnDQghelzMgXVAeLcAj2tY OxQOeGHAzV4dLA+gQoLILnHaOXyWW+3cZ2ZTnsz7C3bVbwZ8lWcq6OjdeeZBbwcIlxKr /Ap1kCd3bPnMmYNbekb0r1znWRvjIr/k+AGuTp3EOq2Ns0PmBaOkog2u0vZZqs7HGa0o cOUXrdoUGvlaoTXpP0O488tPT0XKWWRE1m2K81q0wHWP3K4+2+PHw+zJmRlr8Ef0VsVV JEcQ== X-Gm-Message-State: AODbwcDXFhDGDuHbBT305e4h35z2i3D/pceZxmkzVkgraO/8sWnx0uQM WMEvwUgqY1tLNTdDzblzGO3X7w8VFA== X-Received: by 10.176.84.75 with SMTP id o11mr17618183uaa.103.1495623374588; Wed, 24 May 2017 03:56:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170522160647.4d11b008@pwslap01u.europe.root.pri> References: <20170522160647.4d11b008@pwslap01u.europe.root.pri> From: Thomas Kupper Date: Wed, 24 May 2017 12:56:14 +0200 Message-ID: Subject: Re: status of the cssh autocompletion To: Peter Stephenson Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="94eb2c1b0992f5d0a2055042f3f4" --94eb2c1b0992f5d0a2055042f3f4 Content-Type: text/plain; charset="UTF-8" On Mon, May 22, 2017 at 5:06 PM, Peter Stephenson wrote: > On Mon, 22 May 2017 15:53:09 +0200 > Thomas Kupper wrote: > > I recently switched to zsh from bash and miss the more complete > > autocompletion for cssh. Even google didn't show any user which modified > > or extended the _cssh file. > > > > Is there a specify reason for it? Do I miss the obvious? > > > > Now I created an extend (but not yet finished) autocompletion. Is there > an > > interest to include that into the upstream zsh? What would be the > process. > > There will almost certainly be no other reason than that nobody else has > produced an update yet. > > For a few completions, the developers of the utility supply their own > versions of the completion function in their distribution, which allows > them to match the completion to the version of their firmware. But this > is a rare case, and usually when that happens the more limited on in the > zsh distribution would be deleted. > > For everything else --- simply send a patch to update the function(s) to > the zsh-workers@zsh.org list and we'll gladly add it to the distribution. > > pws > Thanx Peter for the explanation, I'll send the patch to workers@zsh when I finished patching the current one up. Have a good day --94eb2c1b0992f5d0a2055042f3f4--