From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29944 invoked by alias); 12 Aug 2010 17:03:11 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28156 Received: (qmail 20215 invoked from network); 12 Aug 2010 17:03:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) 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= Date: Thu, 12 Aug 2010 19:03:01 +0200 From: Philipp Hartwig To: Bart Schaefer Cc: zsh-workers@zsh.org Subject: Re: segfault on menu-select Message-ID: <20100812170301.GB24998@ph> References: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@ft.bewatermyfriend.org> <100812090454.ZM20149@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7iMSBzlTiPOCCT2k" Content-Disposition: inline In-Reply-To: <100812090454.ZM20149@torch.brasslantern.com> User-Agent: Mutt/1.5.20 (2009-06-14) --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > 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=3Den_US.UTF-8 =20 > [...] > 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=20 left in /etc/zsh. Therefore I don't think any zstyle like this is active. --7iMSBzlTiPOCCT2k Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkxkKUUACgkQiTx0ar4roGQpTQCfdGOJldZUGryaqEH0A1PrcSkl kkwAoJ1FJozwHoHmLLs8QA47MdcBXTMR =dBLY -----END PGP SIGNATURE----- --7iMSBzlTiPOCCT2k--