From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 897 invoked from network); 9 Sep 1999 16:03:07 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Sep 1999 16:03:07 -0000 Received: (qmail 23165 invoked by alias); 9 Sep 1999 16:03:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7759 Received: (qmail 23157 invoked from network); 9 Sep 1999 16:02:56 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "Tanaka Akira" , Subject: More _patch problems RE: Silly questions about _arguments & Co (and probably bugs) Date: Thu, 9 Sep 1999 20:02:50 +0400 Message-ID: <000001befadc$c42f83f0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: > > And, I found another problem. `patch -f' does not show list of > completion candidates. However completion itself works well. > In my case `patch --in=/' does not work either. bor@itsrm2:~%> zsh -f itsrm2% autoload compinit; compinit -D itsrm2% patch --in=/ itsrm2% patch --input=/ B-e-e-p This is 3.1.6-pws-3 with patches up to 7750 Note that both --dir or --output work; even `-i TAB' works as expected. /andrej