Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
crash fixed, other minor issue though was: crash in completing code with unicode support
- X-seq: zsh-workers 21646
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: crash fixed, other minor issue though was: crash in completing code with unicode support
- Date: Wed, 17 Aug 2005 02:22:36 +0200
- 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=
- In-reply-to: <20050816214959.GB5904@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef05081518376385563e@xxxxxxxxxxxxxx> <200508161157.59407.arvidjaar@xxxxxxxxxx> <237967ef050816050130fefbf8@xxxxxxxxxxxxxx> <200508162327.58597.arvidjaar@xxxxxxxxxx> <20050816213713.GA5904@xxxxxxxxx> <20050816214959.GB5904@xxxxxxxxx>
On 8/16/05, Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx> 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 == compprefix + l + (*compprefix == Meta))
>
> 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.
>
> ..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 <tab><tab>
doesn't add any trailing slashes. If i mkdir Øa Øb aa ab, then cd
<tab><tab><tab> and so on adds trailing slashes after aa and ab, but
not the first two. (with the same zsh -f sequence as earlier)
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author