Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault on menu-select
- X-seq: zsh-workers 28156
- From: Philipp Hartwig <ph.hartwig@xxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: segfault on menu-select
- Date: Thu, 12 Aug 2010 19:03:01 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=2bb0jMehfzcaPgpHNkgC7x144FvVo++8D7N0EODpuD0=; b=EUXXIp8hIr6Wyd8gI3yfJU5Vcv89+lfUzq7fbdIjnEK1ccwFLvkjyjHes0D4YeweN8 0Ue8KkIWpratdExge13oKTTBejrcgDEDnOoppO1JLTbyGwC7i0yusg9Tf3aNmsFcIHvM HO8hmwHeC0hKjxBXuCuLBGxpe8tyO1YCzExW0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=CIJBheyC4OqfYbB9Z4pW9ZJnHIjboGU9ptzM2Dj6oPAutPZtqaSiOvg8+W+tmizpuZ M44HE2X7yCQSuR0wErO7fJAbWwnkv25/S0ZIoDr4gdT0XwQQFQnZ5tUDltFX5F+7dw+M 92UUvx5uzhuE8O6Z+SRHwj+Rv4EcJOqa+Acto=
- In-reply-to: <100812090454.ZM20149@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@xxxxxxxxxxxxxxxxxxxxxx> <100812090454.ZM20149@xxxxxxxxxxxxxxxxxxxxxx>
> I can't reproduce either, which makes me suspect it has something to do
> with either multibyte character sets (Philipp, what's your $LANG ?) or
> a specific zstyle.
I have LANG=en_US.UTF-8
> [...]
> zstyle ':completion:*' format '%SCompleting %U%d%u%s'
>
> Philipp, do you use anything like that?
The .zshrc I use to reproduce this is
autoload -Uz compinit
compinit
zmodload -i zsh/complist
bindkey '^o' menu-select
I've just purged my Debian zsh so that there are no global config files
left in /etc/zsh. Therefore I don't think any zstyle like this is active.
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author