From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8476 invoked from network); 10 Mar 1999 20:15:42 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Mar 1999 20:15:42 -0000 Received: (qmail 22893 invoked by alias); 10 Mar 1999 20:15:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5740 Received: (qmail 22886 invoked from network); 10 Mar 1999 20:15:20 -0000 Sender: rz2a022@uni-hamburg.de Message-ID: <36E6D2CC.7CFCB1DA@uni-hamburg.de> Date: Wed, 10 Mar 1999 21:15:08 +0100 From: Bernd Eggink Organization: Regionales Rechenzentrum der Uni Hamburg X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.0.35 i586) X-Accept-Language: de MIME-Version: 1.0 To: Zsh-workers Subject: compctl -v Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Never having paid much attention to the discussion about completion (my main interest being zsh as a programming language) I just tried it anyway, and run into trouble with completion of shell parameters. After compctl -D -v these commands are nicely completed: vared xyz print $xyz But in the completion list of ls xyz all shell parameters starting with 'xyz' also show up, which IMHO is nonsense. Any way to prevent this, and get parameter names completed only if preceded by '$' or 'vared'? Regards, Bernd -- Bernd Eggink Regionales Rechenzentrum der Uni Hamburg eggink@uni-hamburg.de http://www.rrz.uni-hamburg.de/eggink/BEggink.html