From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2728 invoked from network); 16 Jul 2000 23:03:46 -0000 Received: from unknown (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Jul 2000 23:03:46 -0000 Received: (qmail 19476 invoked by alias); 16 Jul 2000 23:03:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12261 Received: (qmail 19469 invoked from network); 16 Jul 2000 23:03:22 -0000 Date: Mon, 17 Jul 2000 00:03:20 +0100 From: Adam Spiers To: Zsh Workers Subject: Re: completion glitch with short options (perl at least) Message-ID: <20000717000320.A30078@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: Zsh Workers References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from wayned@users.sourceforge.net on Sat, Jul 15, 2000 at 11:39:08PM -0700 X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux Wayne Davison (wayned@users.sourceforge.net) wrote: > I haven't had a chance to look into this yet, but if I type > "perl -cw file" it won't complete the perl script. I have > to type "perl -c -w file", which is a pain. Works for me. I fixed a similar bug in the CVS tree recently: 2000-07-03 Adam Spiers * 12152: Completion/User/_perl: tweak completion of Perl script parameters to perl. although I can't see why you were experiencing this problem.