From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27477 invoked from network); 30 Mar 2001 16:00:30 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Mar 2001 16:00:30 -0000 Received: (qmail 16963 invoked by alias); 30 Mar 2001 16:00:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13855 Received: (qmail 16949 invoked from network); 30 Mar 2001 16:00:23 -0000 From: "Bart Schaefer" Message-Id: <1010330155957.ZM4344@candle.brasslantern.com> Date: Fri, 30 Mar 2001 15:59:57 +0000 In-Reply-To: <1010330153828.ZM4230@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: Two missing completion functions that bug me" (Mar 30, 3:38pm) References: <20010330091639.88862.qmail@web9305.mail.yahoo.com> <1010330153828.ZM4230@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Two missing completion functions that bug me MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 30, 3:38pm, I wrote: } } Not entirely true: `vared -ca scalar' changes the type of an existing } scalar to an array, as if you'd done `scalar=($scalar)'. Same for -cA. Which, I suppose, is an argument (ahem) for not attempting to guess the type of parameter to be completed after -a or -A. -- 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