From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22211 invoked by alias); 18 Dec 2016 15:04:59 -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: 40212 Received: (qmail 121 invoked from network); 18 Dec 2016 15:04:59 -0000 X-Qmail-Scanner-Diagnostics: from out1-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.25):SA:0(-0.7/5.0):. Processed in 2.386042 secs); 18 Dec 2016 15:04:59 -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.7 required=5.0 tests=RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Rywmn53dcwQpJe8 2scPc5xynn1E=; b=C6gIZaemI76bk5DKoWjcGxdWAoMSqSOvtJ89jLLx76boHhc E+HdWAt3J5KcMMO/xAOfuFtSpFD7myGLJ0iL23UpeAU9VwFnKD6iIag0nHKfY2wM eMEQqzsSnsLNBWX55gInOZCUPa5Ncbz4UyS8k36uO4jZfbHZp3sVvSukR+vA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Rywmn53dcwQpJe 82scPc5xynn1E=; b=AzIJ8IWANhjPJ99wLwrLfglwHErmuWyt39Ue3CGKr2+Nb1 0n/HE1GKdk6l5PlE1JVzTy+ON9axVei2srGIKloQWSpnjpS6cp3eS2oJX8AUOUH7 gZT38cPYj51MDTpLa8dlDM358jz4VD7PRQMWg2VZJrnQ96AciQi0WA5LDZVWQ= X-ME-Sender: X-Sasl-enc: 2aInDv1kKQcT0oOsg8fu4Eecx92JWHdXaurHFZrCjSPM 1482073489 Date: Sun, 18 Dec 2016 15:01:57 +0000 From: Daniel Shahaf To: Baptiste Daroussin Cc: Zsh workers Subject: Re: [PATCH] fix typo in chflags completion Message-ID: <20161218150157.GA9158@fujitsu.shahaf.local2> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Baptiste Daroussin wrote on Sun, Dec 18, 2016 at 13:17:06 +0100: > Hi all, > > While updating the zsh package on FreeBSD we figured out there was a > typo in the chflags command completion: > > https://people.freebsd.org/~bapt/0001-Fix-typo-in-chflags-completion.patch Thanks; pushed both patches. The completion file probably shouldn't define a function named "addflags" for namespace reasons. (Or we could invent a syntax for a function definition that has the same lifetime as a local variable...)