From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26606 invoked by alias); 5 May 2011 14:47:42 -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: 29149 Received: (qmail 11529 invoked from network); 5 May 2011 14:47:39 -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 autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wyQ+pz0Rkmgc/RTZ+2rCilyEFL79VnIlalCeslWmhJs=; b=iyfD1weBG3PnHk5iXm4jRNhg7ZGRyTSXLTTEfN9x6BTM3wS+ZRXE8MCFX4NiEqQ41T wVyPZCi49DGo3t+l/CWvgiW+lhv7Khj2UPWIMKh9XRRKSAo8bj6PYUHzywTkRUNCeI4W k2rcf/3+ciWrhzGzE+thEqfLyQpz2dw1Fn8Bc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=U0Ee6D9VCbZxvQC4JtJ/AC9vFOHwKPC+otoGucfZCyDVZ1FSaQPdF3+iGlsKW2h1Hs F2EfG7MOipIaawrVX76VRfJst5fSHdcs8EFnrUspKD+1ct6kjWwijEmTI6UPEpSAtjwX EvX0+H/oYp/BeC9+2MXMZMObaqMtuWXV+NnLw= MIME-Version: 1.0 In-Reply-To: <110503173950.ZM16589@torch.brasslantern.com> References: <110428203139.ZM11856@torch.brasslantern.com> <110502184235.ZM14465@torch.brasslantern.com> <110503073902.ZM15889@torch.brasslantern.com> <110503080432.ZM15979@torch.brasslantern.com> <110503173950.ZM16589@torch.brasslantern.com> Date: Thu, 5 May 2011 17:39:12 +0300 Message-ID: Subject: Re: zle messes up 'words' variable? From: Felipe Contreras To: Bart Schaefer Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, May 4, 2011 at 3:39 AM, Bart Schaefer w= rote: > On May 3, =C2=A08:41pm, Felipe Contreras wrote: > } > } Part b is how to workaround the issue in the current versions of zsh, > } which is what the git guys are trying to do: > } http://article.gmane.org/gmane.comp.version-control.git/172371 > } > } I guess simply setting 'typeset -h words' on the top-level function > } (_git) should do the trick. > > Yes, that should do it; but as zsh already has its own version of > completion for git, I'm surprised that anyone is encountering the > problem with the bash completion. =C2=A0In fact that's probably why the > confusion over "words" didn't come to our attention before this. It has been a known issue in git for a while. The problem with the the zsh completion is that it's so slows that is basically unusable. And apparently you guys want it this way [1]. [1] http://mid.gmane.org/BANLkTi=3DiJXX_gBxnGFmDmF4goLeK0OKL3Q@mail.gmail.c= om --=20 Felipe Contreras