From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28969 invoked by alias); 12 Aug 2010 15:20:57 -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: 28152 Received: (qmail 14490 invoked from network); 12 Aug 2010 15:20:55 -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=tEhu+0Hb+PIlsldPRRA9TH3/U4a1f/EKmCQjIM+/98Y=; b=bjlhxuVRL5d7E+y0PAwszI0MiaKk/JbebutGm4guVRhFFuuFwT+BCpTrZoZZBBYsWK xppl7v82XyVbtP5uGRTBGo74LhRJ6wAo1jMQLU3+8Dcnp2VUdhJwOEvSogqsb1tfkvRD mqmsSlZgMPXCiG2On2go32HkUAzasxLJicCTg= 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=lEedfjFWMM4OhyhT7mDFzGGTx/LAVF8snBhNcDwOrU8LLIslwydk13HHMThx9NkL5X 1gjcVcORSLg9ViHwME3gp1fBuEO4NL+hPqc7x71Mk05WJQuNO24cYTynJJfCee6LuQ6+ QcjbSVLEtWt2wIl0b9jAWE2hK+dOZey7XOX6Y= Date: Thu, 12 Aug 2010 17:20:44 +0200 From: Philipp Hartwig To: Frank Terbeck Cc: zsh-workers@zsh.org Subject: Re: segfault on menu-select Message-ID: <20100812152044.GJ28144@ph> References: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qoTlaiD+Y2fIM3Ll" Content-Disposition: inline In-Reply-To: <8762zf6fwo.fsf@ft.bewatermyfriend.org> User-Agent: Mutt/1.5.20 (2009-06-14) --qoTlaiD+Y2fIM3Ll Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Can you reproduce this using CVS HEAD? Because I cannot from zsh -f and >=20 > zsh% autoload -Uz compinit > zsh% compinit > zsh% bindkey '^o' menu-complete > zsh% gre The error occurs with menu-select, not menu-complete. I can reproduce it=20 with the following .zshrc: autoload -Uz compinit compinit zmodload -i zsh/complist bindkey '^o' menu-select Strangely enough I can NOT reproduce it with=20 zsh -f source .zshrc --qoTlaiD+Y2fIM3Ll 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) iEYEARECAAYFAkxkEUwACgkQiTx0ar4roGTOJwCfdPH+1CtVUcWd38XvIUZaiwcM /kQAniyndsQXueWeqqL3NZ6WzEN01f0C =QsI9 -----END PGP SIGNATURE----- --qoTlaiD+Y2fIM3Ll--