From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13953 invoked by alias); 11 Jun 2015 11:24:56 -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: 35440 Received: (qmail 21050 invoked from network); 11 Jun 2015 11:24:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 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=+/aybXn4D7yr1ch3yBY7Rk6Eets=; b=Ru/Zvy rPByRFLEe/3S+yaRTwMwVSmkACoFm0S4zYsOqJoS8s89yqnp5HtJPu9Ll+gXVEBD McAR8cVEHQekedFmEf+0ZKg4zeBbkZVyjB8qbbcCFt010qjQrNOv122c+j7cNAe0 OOuDEghYiDu5fPO+zq3lIY8OiMSmNdbl+ZXaA= 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=+/aybXn4D7yr1ch3yBY7Rk6Eets=; b=Gl0XY i142e3Uww0erjBbgMC9Hz/vE6VWVYly3DztwxOQG2wKsRz2qWtPFCtl5cmtVgwK5 95sIqVKwV9g2uTgzAb7sSbSdkcW9Mxe7G4j3sTEEIvqsof9DtKeNdp/XW0zZ9P29 53DQMWETK3tnE4+284Xcq7uGfOMCSdMBahxID8= X-Sasl-enc: QW8T4UlQs06h0K5OS3QP/vD/OzY1uh2QG/VSCSb1Xd3w 1434021892 Date: Thu, 11 Jun 2015 11:24:49 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: [PATCH] completion: Add FreeBSD's watch(1) Message-ID: <20150611112449.GF2371@tarsus.local2> References: <20150523101555.GF1889@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150523101555.GF1889@tarsus.local2> User-Agent: Mutt/1.5.21 (2010-09-15) Daniel Shahaf wrote on Sat, May 23, 2015 at 10:15:55 +0000: > There's a completion for the linux watch(1) at > . > I haven't committed this because I need to integrate an offlist review by Oliver (thanks!) and use his new _ttys function. Daniel > We may need a _ttys function. > > diff --git a/Completion/BSD/Command/_watch-freebsd b/Completion/BSD/Command/_watch-freebsd