From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9966 invoked from network); 11 Apr 2000 21:51:16 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Apr 2000 21:51:16 -0000 Received: (qmail 18226 invoked by alias); 11 Apr 2000 21:51:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10677 Received: (qmail 18207 invoked from network); 11 Apr 2000 21:51:06 -0000 From: "Bart Schaefer" Message-Id: <000411145025.ZM8942@candle.brasslantern.com> Date: Tue, 11 Apr 2000 14:50:25 -0700 In-Reply-To: <20000411212619.A1605@thelonious.new.ox.ac.uk> Comments: In reply to Adam Spiers "_perl_modules broken?" (Apr 11, 9:26pm) References: <20000411212619.A1605@thelonious.new.ox.ac.uk> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: zsh workers mailing list Subject: Re: _perl_modules broken? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 11, 9:26pm, Adam Spiers wrote: > Subject: _perl_modules broken? > As of the most recent CVS, every time I complete something which uses > _perl_modules to complete with, I get > > _all_labels:34: command not found: -J `perl -M' works for me. Have you a more specific example? > This could well be my faulty completion programming in _perl_modules, > but I'm afraid I haven't kept up-to-date with the many recent changes > so I have no idea how to fix it. Are you sure you're getting the most recent _perl_modules? _wanted is called at the end and now takes a command to execute as an argument, so it looks to me as though you've got an updated _wanted but an older _perl_modules. > Also, _complete_help hasn't worked for me for a while now, e.g. > > $ ls > _complete_help:39: bad pattern: \n all-files (_files _default) I've no idea what would be happening there, but if _perl_modules is out of date then so may other things be ...