From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20984 invoked from network); 23 Mar 1999 14:19:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Mar 1999 14:19:40 -0000 Received: (qmail 29243 invoked by alias); 23 Mar 1999 14:19:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5903 Received: (qmail 29229 invoked from network); 23 Mar 1999 14:19:02 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: Fun with new completion Date: Tue, 23 Mar 1999 17:17:56 +0300 Message-ID: <000201be7537$f2975e50$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <199903231359.OAA19227@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Importance: Normal > > Maybe we should rename the local parameters (where needed) to `_...', > modify the function `_vars' to show only parameters without a leading > underscore and be callable from everywhere. I would not rely on names (it is good as convention - but imagine bug reports "ZSH does not complete my variables" :-) What about adding GLOBAL flag to variables and option to list only global/local ones? Sounds nice (and may be useful in other contexts as well) cheers /andrej