From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21638 invoked from network); 3 May 2000 15:13:09 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 May 2000 15:13:09 -0000 Received: (qmail 20710 invoked by alias); 3 May 2000 15:12:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11128 Received: (qmail 20702 invoked from network); 3 May 2000 15:12:55 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: Command completion Date: Wed, 3 May 2000 19:12:52 +0400 Message-ID: <001101bfb512$0d49c380$21c9ca95@mow.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.2911.0) In-Reply-To: <200005031458.QAA08833@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > Ok, it would also be cool, somehow, if we could hide matches for one > type when they are overridden by another type. But this would > definitely require C-code support and I have no idea how to > do that in > a generic way. I may be wrong, but we have strict preference order, don't we? So, if both $functions[nslookup] and $commands[nslookup] exist, we need not offer the latter? And, as I said, I have the impression that in > completely ambiguous cases I would like to see the list (no, I can't > really explain why). > Hmm ... bor@itsrm2% whence -av nslookup nslookup is a shell function nslookup is /usr/sbin/nslookup ?? -andrej