From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3886 invoked from network); 4 May 2000 13:49:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 May 2000 13:49:04 -0000 Received: (qmail 11489 invoked by alias); 4 May 2000 13:48:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11153 Received: (qmail 11430 invoked from network); 4 May 2000 13:48:39 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: Subject: nslookup (function) problem Date: Thu, 4 May 2000 17:48:35 +0400 Message-ID: <000801bfb5cf$718a25c0$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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <200005041333.PAA02841@beta.informatik.hu-berlin.de> Importance: Normal With the latest Zsh (and no special settings apart PAGER=less): bor@itsrm2% command nslookup Default Server: mowd017a.mow.siemens.ru Address: 139.24.18.1 > ? # @(#)nslookup.help Revision: 3.1 92/09/23 13:57:57 # # @(#)nslookup.help Revision: 2.2 91/06/06 17:41:55 # Commands: (identifiers are shown in uppercase, [] means optional) NAME - print info about the host/domain NAME using default server NAME1 NAME2 - as above, but use NAME2 as server help or ? - print info on common commands; see nslookup(1) for details set OPTION - set an option all - print options, current server and host [no]debug - print debugging information [no]d2 - print exhaustive debugging information [no]defname - append domain name to each query [no]recurse - ask for recursive answer to query [no]vc - always use a virtual circuit domain=NAME - set default domain name to NAME srchlist=N1[/N2/.../N6] - set domain to N1 and search list to N1,N2, etc. root=NAME - set root server to NAME retry=X - set number of retries to X timeout=X - set initial time-out interval to X seconds querytype=X - set query type, e.g., A,ANY,CNAME,HINFO,MX,NS,PTR,SOA,WKS type=X - synonym for querytype class=X - set query class to one of IN (Internet), CHAOS, HESIOD or ANY /usr/lib/named/nslookup.help 62% .... that is , it runs help output through pager (`less' in my case). Unfortunately, function nslookup hangs completely in this case: bor@itsrm2% autoload -U nslookup bor@itsrm2% nslookup Default Server: mowd017a.mow.siemens.ru Address: 139.24.18.1 > ? nothing comes here; it habgs; it is no more possible to kill it with ^C, ^\ or ^Z. -andrej