From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23229 invoked from network); 17 Aug 2005 00:22:53 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 Aug 2005 00:22:53 -0000 Received: (qmail 90826 invoked from network); 17 Aug 2005 00:22:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Aug 2005 00:22:46 -0000 Received: (qmail 12650 invoked by alias); 17 Aug 2005 00:22:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21646 Received: (qmail 12640 invoked from network); 17 Aug 2005 00:22:42 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 17 Aug 2005 00:22:42 -0000 Received: (qmail 90414 invoked from network); 17 Aug 2005 00:22:42 -0000 Received: from zproxy.gmail.com (64.233.162.202) by a.mx.sunsite.dk with SMTP; 17 Aug 2005 00:22:38 -0000 Received: by zproxy.gmail.com with SMTP id i11so46885nzh for ; Tue, 16 Aug 2005 17:22:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dALiw63xCrpQ9w41j+0Oqq4I9lmGmQcuFSfj4JP/lKG6p2NJdHG0eziDw0/W2IrF5a9uLY4GQfCrnILrk89wpbGK27DIwEClizI4OjB/Gf/cJBAA6s9A5vPCx7V3tsQ0vgaQ6XfObjyCiCwMaEJIkYkXsnnniEpMxsIKev30Cxg= Received: by 10.36.60.18 with SMTP id i18mr68636nza; Tue, 16 Aug 2005 17:22:36 -0700 (PDT) Received: by 10.36.20.10 with HTTP; Tue, 16 Aug 2005 17:22:36 -0700 (PDT) Message-ID: <237967ef0508161722348cc312@mail.gmail.com> Date: Wed, 17 Aug 2005 02:22:36 +0200 From: Mikael Magnusson To: zsh-workers@sunsite.dk Subject: crash fixed, other minor issue though was: crash in completing code with unicode support In-Reply-To: <20050816214959.GB5904@blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <237967ef05081518376385563e@mail.gmail.com> <200508161157.59407.arvidjaar@newmail.ru> <237967ef050816050130fefbf8@mail.gmail.com> <200508162327.58597.arvidjaar@newmail.ru> <20050816213713.GA5904@blorf.net> <20050816214959.GB5904@blorf.net> X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 On 8/16/05, Wayne Davison wrote: > On Tue, Aug 16, 2005 at 02:37:13PM -0700, Wayne Davison wrote: > > If the above is right, then this line should probably be changed to be: > > > > if (p =3D=3D compprefix + l + (*compprefix =3D=3D Meta)) >=20 > Oops, no -- that's an ell (l), not a one (1), so that change is wrong. > I'm sure now that the first change in my email was right, though, so > I went ahead and checked it in. >=20 > ..wayne.. I cvs update'd and now i'm not getting any more crashes. However, when i make these things directories instead of files, cd doesn't add any trailing slashes. If i mkdir =D8a =D8b aa ab, then cd and so on adds trailing slashes after aa and ab, but not the first two. (with the same zsh -f sequence as earlier) --=20 Mikael Magnusson