From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20975 invoked from network); 29 May 2008 10:44:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 May 2008 10:44:45 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 21057 invoked from network); 29 May 2008 10:44:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 May 2008 10:44:42 -0000 Received: (qmail 28662 invoked by alias); 29 May 2008 10:44:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25117 Received: (qmail 28649 invoked from network); 29 May 2008 10:44:39 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 May 2008 10:44:39 -0000 Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [133.205.19.67]) by bifrost.dotsrc.org (Postfix) with ESMTP id 5A44E80589A4 for ; Thu, 29 May 2008 12:44:31 +0200 (CEST) Received: from smtp-gw.biglobe.ne.jp by rcpt-expgw.biglobe.ne.jp (kbkr/0208160408) with ESMTP id m4TAiSHV000668 for ; Thu, 29 May 2008 19:44:28 +0900 X-Biglobe-Sender: Received: from [133.24.86.14] (133.24.86.14 [133.24.86.14]) by smtp-gw.biglobe.ne.jp id TAJJAC15AFD8; Thu, 29 May 2008 19:44:27 +0900 (JST) Mime-Version: 1.0 X-Mailer: QUALCOMM MacOS X Eudora Version 6.2J rev3.3 Message-Id: In-Reply-To: <48299A33.9070002@sergio.spb.ru> References: <48299A33.9070002@sergio.spb.ru> Date: Thu, 29 May 2008 19:44:24 +0900 To: zsh-workers@sunsite.dk From: "Jun T." Subject: Re: segmentation fault in menu-select Content-Type: text/plain; charset="us-ascii" X-Virus-Scanned: ClamAV 0.91.2/7282/Thu May 29 10:17:56 2008 on bifrost X-Virus-Status: Clean Has this post been answered in other place? At 5:40 PM +0400 08.5.13, sergio wrote: >% cat .zshrc >autoload -Uz compinit >compinit >zmodload zsh/complist You must "zmodload zsh/complist" before compinit. In zshcompsys manpage, section "Use of compinit", it says: If you use the menu-select widget, which is part of the zsh/complist module, you should make sure that that module is loaded before the call to compinit so that that widget is also re-defined. >i can't reproduce this bug in zsh -f mode. Yes. I don't know why it works if you start "zsh -f" and then "source .zshrc".