From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24367 invoked from network); 30 May 2001 18:02:30 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 May 2001 18:02:30 -0000 Received: (qmail 21062 invoked by alias); 30 May 2001 18:02:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14576 Received: (qmail 21019 invoked from network); 30 May 2001 18:02:21 -0000 From: "Bart Schaefer" Message-Id: <1010530180127.ZM3076@candle.brasslantern.com> Date: Wed, 30 May 2001 18:01:27 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Problems with Functions/Misc/nslookup MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Most seriously, on my system it doesn't always notice when the prompt is back: schaefer[502] nslookup 4.0.1-pre-5 Default Server: ns.best.com Address: 204.156.128.1 > set querytype=mx (hangs here until interrupted) I think this may be because nslookup does not print anything at all (not even a blank line) before printing the prompt, after executing a `set' command. It does find the prompt after a name lookup (see below). Then there's this interesting completion behavior: schaefer[504] nslookup 4.0.1-pre-5 Default Server: ns.best.com Address: 204.156.128.1 > zanshin.com Server: ns.best.com Address: 204.156.128.1 Name: zanshin.com Address: 167.160.213.139 > set querytype=m > set querytype=m:\{a-zA-Z\}=\{A-Za-z\}\ r:\|\[-._,\]=\*\*\ r:\|=\*\* I'm pretty sure it wasn't supposed to literally insert a matcher spec there. :-) -- 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