From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2648 invoked from network); 6 Sep 1999 18:35:10 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Sep 1999 18:35:10 -0000 Received: (qmail 8416 invoked by alias); 6 Sep 1999 18:35:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7675 Received: (qmail 8403 invoked from network); 6 Sep 1999 18:35:00 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: new fun with completion References: <199909060904.LAA29563@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 07 Sep 1999 03:34:58 +0900 In-Reply-To: Sven Wischnowsky's message of "Mon, 6 Sep 1999 11:04:03 +0200 (MET DST)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <199909060904.LAA29563@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > diff -u -r Completion.old/User/_hosts Completion/User/_hosts > --- Completion.old/User/_hosts Fri Sep 3 21:06:44 1999 > +++ Completion/User/_hosts Fri Sep 3 23:05:30 1999 > @@ -1,4 +1,4 @@ > -#compdef ftp ncftp ping rwho rup xping traceroute nslookup telnet > +#compdef ftp ncftp ping rwho rup xping traceroute telnet > > local expl > diff -u Completion.old/User/_nslookup Completion/User/_nslookup > --- Completion.old/User/_nslookup Mon Sep 6 10:48:39 1999 > +++ Completion/User/_nslookup Mon Sep 6 10:43:52 1999 > @@ -0,0 +1,159 @@ > +#compdef nslookup Hm. The hunk for _hosts should be reverted because the completion function for nslookup is _nslookup. # However, since the hunk is broken --- 4th line is not exist, it is # rejected. Index: Completion/User/_hosts =================================================================== RCS file: /projects/zsh/zsh/Completion/User/_hosts,v retrieving revision 1.1.1.10 diff -u -F^( -r1.1.1.10 _hosts --- _hosts 1999/09/06 11:31:06 1.1.1.10 +++ _hosts 1999/09/06 18:33:41 @@ -1,4 +1,4 @@ -#compdef ftp ncftp ping rwho rup xping traceroute nslookup telnet +#compdef ftp ncftp ping rwho rup xping traceroute telnet local expl -- Tanaka Akira