From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26121 invoked from network); 17 Mar 2002 18:09:45 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Mar 2002 18:09:45 -0000 Received: (qmail 8251 invoked by alias); 17 Mar 2002 18:09:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16848 Received: (qmail 8228 invoked from network); 17 Mar 2002 18:09:35 -0000 From: "Bart Schaefer" Message-Id: <1020317175824.ZM12184@candle.brasslantern.com> Date: Sun, 17 Mar 2002 17:58:23 +0000 In-Reply-To: <1020317173746.ZM12141@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Something odd is going on with completion contexts" (Mar 17, 5:37pm) References: <1020317173746.ZM12141@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: PATCH: Re: Something odd is going on with completion contexts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii That was a lot easier to track down than I expected it to be. [Aside: Email to brasslantern.com is down until sometime Monday morning (US Pacific Time) because of a problem my ISP is having with *its* ISP. This message is going out through zanshin, but I won't see replies until that gets resolved.] --- ../zsh-forge/current/Completion/Base/Core/_dispatch Wed Mar 13 08:32:31 2002 +++ Completion/Base/Core/_dispatch Sun Mar 17 09:51:13 2002 @@ -7,6 +7,7 @@ if [[ "$1" = -s ]]; then noskip=yes + shift fi [[ -z "$noskip" ]] && _compskip= -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net