From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4010 invoked from network); 8 Jul 1999 12:44:02 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jul 1999 12:44:02 -0000 Received: (qmail 3821 invoked by alias); 8 Jul 1999 12:43:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7039 Received: (qmail 3814 invoked from network); 8 Jul 1999 12:43:57 -0000 Date: Thu, 8 Jul 1999 14:43:52 +0200 (MET DST) Message-Id: <199907081243.OAA12452@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Peter Stephenson's message of Thu, 08 Jul 1999 13:59:29 +0200 Subject: Re: PATCH: pws-25: _read_comp, again Or was there another reason I've missed? Bye Sven diff -u oc/Commands/_read_comp Completion/Commands/_read_comp --- oc/Commands/_read_comp Thu Jul 8 14:42:16 1999 +++ Completion/Commands/_read_comp Thu Jul 8 14:42:03 1999 @@ -26,8 +26,6 @@ setopt extendedglob nobadpattern # xtrace promptsubst # local PS4='%N:%i:$((#key))> ' -trap 'zle -cR ""; return 1' INT - # Took me ages to work this out. If we're not on the first global # matcher specification, we mustn't do any I/O. if [[ compstate[matcher] -gt 1 && -z $_read_comp ]]; then -- Sven Wischnowsky wischnow@informatik.hu-berlin.de