From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4411 invoked by alias); 28 Apr 2011 22:28:00 -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: 29102 Received: (qmail 5065 invoked from network); 28 Apr 2011 22:27:58 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at vinc17.net does not designate permitted sender hosts) Date: Fri, 29 Apr 2011 00:27:54 +0200 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: Re: completion on brace + 4 characters doesn't work Message-ID: <20110428222754.GC5625@prunille.vinc17.org> Mail-Followup-To: zsh-workers@zsh.org References: <20110428111148.GA3109@ypig.lip.ens-lyon.fr> <110428081240.ZM11395@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <110428081240.ZM11395@torch.brasslantern.com> X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6171-vl-r42848 (2011-03-30) On 2011-04-28 08:12:40 -0700, Bart Schaefer wrote: > On Apr 28, 1:11pm, Vincent Lefevre wrote: > } > } $ zsh-beta -f > } xvii% echo $ZSH_VERSION > } 4.3.11-dev-2-cvs0421 > > ZSH_PATCHLEVEL is more useful now because it doesn't include any local > modifications (like "-cvs0421") that are meaningless to those of us > who aren't involved with whatever precompiled package one may have > installed. OK: 1.5256 under Debian. But the same problem occurs with Debian's 4.3.11 zsh package. > } xvii% ls -a > } . .. abcdef > } xvii% echo ./{abcd > } > } Here when I hit [Tab], nothing is completed. However, the completion > } works if I remove the d. > > If you're starting from zsh -f then this is the old compctl which is > pretty much unmaintained at this point. Same problem with: autoload -U compinit compinit > However, I'm not able to reproduce this problem on my CentOS 4 box: > > torch% echo $ZSH_VERSION $ZSH_PATCHLEVEL > 4.3.11-dev-2 1.5265 > torch% ls -a > . .. abcdef > torch% echo ./{abcdef, I can't reproduce the problem either under Mac OS X. And I can't reproduce it under Red Hat with the official zsh 4.3.10. I've looked at Debian's patches for the zsh package, but I don't see anything related to the problem here. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)