From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10437 invoked from network); 9 Sep 1999 12:58:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Sep 1999 12:58:11 -0000 Received: (qmail 2517 invoked by alias); 9 Sep 1999 12:57:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7741 Received: (qmail 2504 invoked from network); 9 Sep 1999 12:57:34 -0000 Date: Thu, 9 Sep 1999 13:30:51 +0100 From: Adam Spiers To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: completion for rlogin and friends Message-ID: <19990909133051.B29864@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh-workers@sunsite.auc.dk References: <199909091109.NAA02759@beta.informatik.hu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199909091109.NAA02759@beta.informatik.hu-berlin.de>; from Sven Wischnowsky on Thu, Sep 09, 1999 at 01:09:20PM +0200 X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.9 i686 Sven Wischnowsky (wischnow@informatik.hu-berlin.de) wrote: > > Well, just improving `_rlogin' a bit. > > diff -u -r oldcompletion/User/_rlogin Completion/User/_rlogin > --- oldcompletion/User/_rlogin Thu Sep 9 11:22:40 1999 > +++ Completion/User/_rlogin Thu Sep 9 13:03:11 1999 > @@ -1,19 +1,51 @@ > -#compdef rlogin rsh > +#compdef rlogin rsh remsh rcp Shouldn't scp be in that too?