From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26440 invoked from network); 17 Oct 2001 16:49:57 -0000 Received: from unknown (HELO sunsite.dk) (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Oct 2001 16:49:57 -0000 Received: (qmail 3781 invoked by alias); 17 Oct 2001 16:49:42 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4384 Received: (qmail 3759 invoked from network); 17 Oct 2001 16:49:40 -0000 From: Bart Schaefer Message-Id: <1011017164932.ZM4674@candle.brasslantern.com> Date: Wed, 17 Oct 2001 16:49:32 +0000 In-Reply-To: <20011017182121.A6958@greux.loria.fr> Comments: In reply to Vincent Lefevre "Re: Problem with zip completion" (Oct 17, 6:21pm) References: <20011017164751.A6245@greux.loria.fr> <20011017111333.A32235@dman.com> <20011017182121.A6958@greux.loria.fr> X-Mailer: Z-Mail (5.0.0 30July97) To: Vincent Lefevre , zsh-users@sunsite.dk Subject: Re: Problem with zip completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 17, 6:21pm, Vincent Lefevre wrote: } } Why couldn't patch find it? } What option should I use (the -p options don't do anything)? You probably needed -p0 to tell it not to strip off any path components at all. } Moreover, why did I need to delete the .zcompdump file? That one I can't tell you. It sure looks like you got some stray output written into the .zcompdump file. Do you perhaps have a preexec that emits something to stdout? Unlike precmd, which executes only when a prompt is printed, preexec executes before *every* top-level command, even when running shell scripts. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net