From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18211 invoked by alias); 13 May 2011 03:16:34 -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: 29255 Received: (qmail 19931 invoked from network); 13 May 2011 03:16:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.83.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=8QfN89kbHl5RXRo4jyvHqR/b1uS2DZ8BV6MArqPQebU=; b=hMZNIN7kLS6MZfsgCx5XbDH3hqC7QczZZet/ZGPP0mZQ/3OO/iEWErFh91chBN+CfU 0MTOfZhDLxBZKM221xczwTxr0sbEYjoEv7bCbDy9R+0lYutoO5+EvlWgN5GhNC6eppcy Juikgz/vRCE6eUWC5WqmtdevWUGHZ3bp621PM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=OMzJ78AVlk7eoZJXhkv/wL6eLRi8uvf6MA43pJaM4a86iQt1cEybbyJ2wFAnJDxS+q +eqxT8YzRlxN4M/7x9tGzctjcTXBasbmFWMcm/0y9W9EwEiPRt7PJb/d4TN6cd7cij/r NjXDCDNDDE50pOihHtCd1amBDLNN5Mbzp1TSw= Subject: Re: completion for unison Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Paul Anton Letnes In-Reply-To: <20110513031321.GB28175@andrew.cmu.edu> Date: Thu, 12 May 2011 20:16:25 -0700 Cc: zsh-workers@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <0005CADF-CE7B-4C76-930A-858AE2CCB67A@gmail.com> <20110513031321.GB28175@andrew.cmu.edu> To: gi1242+zsh@gmail.com X-Mailer: Apple Mail (2.1084) On 12. mai 2011, at 20.13, gi1242+zsh@gmail.com wrote: > On Thu, May 12, 2011 at 11:13:49AM -0700, Paul Anton Letnes wrote: >=20 >> I have written a completion script for the command line version of >> unison (a gui also exists, for those with fear of text commands). I >> thought it would be great to share it with the world, so perhaps it >> will make it into the next zsh release? >=20 > I wrote one a few months ago and posted it here. I think Peter > committed it, and it should be already be in the 4.3.11 release. >=20 > You can usually save yourself some time by checking the latest Git/SVN > repos before resorting to writing it yourself :). >=20 > Regardless, it wouldn't hurt to check if yours has any options that I > might have missed earlier, and send a patch the zsh devs can commit. >=20 > GI Aha, good idea. I should have done that. I don't think I missed any options - I used 'unison -help' and a vim = macro to parse the help input into the args list. Anyhow, thanks for = letting me know! Paul.=