From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1725 invoked from network); 5 Feb 2000 23:42:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Feb 2000 23:42:44 -0000 Received: (qmail 14450 invoked by alias); 5 Feb 2000 23:42:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9583 Received: (qmail 14442 invoked from network); 5 Feb 2000 23:42:37 -0000 To: zsh-workers@math.gatech.edu Subject: PATCH:316dev17+9390:nslookup and new context names X-Attribution: adl From: Alexandre Duret-Lutz Date: 06 Feb 2000 00:41:09 +0100 Message-ID: User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii The new nslookup shell function coming from zpty patches wasn't completing since the change of context name format. Index: Functions/Misc/nslookup --- Functions/Misc/nslookup Thu, 03 Feb 2000 00:03:47 +0100 Alexandre +++ Functions/Misc/nslookup Sun, 06 Feb 2000 00:15:16 +0100 Alexandre @@ -3,7 +3,9 @@ setopt localoptions localtraps completealiases -local tmp line compcontext=nslookup curcontext=':nslookup' pmpt +local tmp line compcontext=nslookup curcontext='nslookup:::' pmpt + +zmodload -e zsh/zpty || zmodload -i zsh/zpty trap 'return 130' INT trap 'zpty -d nslookup' EXIT -- Alexandre Duret-Lutz