Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: crash with multibyte and matcher-list
- X-seq: zsh-workers 25990
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Peter Stephenson" <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: crash with multibyte and matcher-list
- Date: Sun, 2 Nov 2008 18:58:46 +0100
- Cc: zsh-workers <zsh-workers@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+BruJTX9H6hTloLduMU9dvR3danwBIriL7BUtP9P5QY=; b=m3RXx+iJH5DBACNwpTKn9TQoOSLvv7Ye23HrlMMya9b/ERvBw4RvFu8R8hQpC4hVP0 0C3ZZ+aYClwzvZm25hhivQY6inAWLUYiGCH6ynOQDVlvbZBea58EuDmXzu/S1LkP0Uku kSFt0s8Z0uXvZa4zWdLyKu7fpRGQuCpH/o2Nc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=QXAgfudh1fZG3v1PaZpWGnw8HajVU94U4hXd6Lgj+j2b0wSqr9QLzKFfGwt2hd7YNW MW9G0OQBv5uYGpLb7gLWpuhVAV1Z3euk5TlSivul/0k1zmpKk6xXPhDuJ2O3YRRACOYg OaUrBoVuqtxbk4sDLA25zukvelMOvmnC/cfEw=
- In-reply-to: <20081102172041.68824e1d@pws-pc>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0811011053u4b8751f4l7ab511d552ab1e39@xxxxxxxxxxxxxx> <20081102172041.68824e1d@pws-pc>
2008/11/2 Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>:
> On Sat, 1 Nov 2008 18:53:52 +0100
> "Mikael Magnusson" <mikachu@xxxxxxxxx> wrote:
>> GNU gdb 6.8
>> This GDB was configured as "i686-pc-linux-gnu"...
>> (gdb) run
>> Starting program: /usr/local/bin/zsh -f
>> % autoload compinit;compinit
>> % zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
>> +'r:|[._-]=* r:|=*' +'l:|=* r:|=*'
>> % touch $'\u51fa'{a,b}
>> % ls <tab>å<tab>
>> Program received signal SIGSEGV, Segmentation fault.
>
> This is going to be a complete hotch-potch until I take a week out of my
> life to convert the whole thing to do multibyte character properly, but
> the following ought to be safer and more future-proof. The characters
> stored in the matcher are not handled as multibyte characters, so this
> is not likely to handle completion for multibyte characters any better
> yet.
Thanks, this fixes it for me too (ie with my full .zshrc, in case that
could have caused some additional problems).
btw, i noticed $ZSH_VERSION is 4.3.9 in cvs, ie not -dev-0.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author