From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18252 invoked from network); 29 Nov 2007 23:35:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=unavailable version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Nov 2007 23:35:19 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 5757 invoked from network); 29 Nov 2007 23:35:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Nov 2007 23:35:13 -0000 Received: (qmail 3523 invoked by alias); 29 Nov 2007 23:35:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24132 Received: (qmail 6288 invoked from network); 29 Nov 2007 18:08:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Nov 2007 18:08:27 -0000 Received: (qmail 9052 invoked from network); 29 Nov 2007 18:08:27 -0000 Received: from sienna.akte.de (HELO ds80-237-184-21.dedicated.hosteurope.de) (80.237.184.21) by a.mx.sunsite.dk with SMTP; 29 Nov 2007 18:08:21 -0000 Received: (root@ds80-237-184-21.dedicated.hosteurope.de) by sienna.akte.de id ; Thu, 29 Nov 2007 19:08:10 +0100 KRecCount: 1 X-Originating-IP: [87.152.142.245] X-KInfo: !spam auth X-KInfo: virscan ok Received: from condor.int.spiegl.de (p57988EF5.dip.t-dialin.net [87.152.142.245]) by sienna.akte.de via kasmail (3.1) id <1Hxnny-4Io-1-sienna>; Thu, 29 Nov 2007 18:08:06 GMT Received: from condor.int.spiegl.de (spiegl@localhost [127.0.0.1]) by condor.int.spiegl.de (8.14.1/8.14.1/Debian-9) with ESMTP id lATI86KC012147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Nov 2007 19:08:06 +0100 Received: (from spiegl@localhost) by condor.int.spiegl.de (8.14.1/8.14.1/Submit) id lATI86Qo012143; Thu, 29 Nov 2007 19:08:06 +0100 X-Authentication-Warning: condor.int.spiegl.de: spiegl set sender to zsh.Andy@spiegl.de using -f Date: Thu, 29 Nov 2007 19:08:06 +0100 From: Andy Spiegl To: ZSH User List , ZSH Workers List Subject: Re: uhmm, another segmentation fault Message-ID: <20071129180806.GL2541@spiegl.de> Mail-Followup-To: ZSH User List , ZSH Workers List References: <20071129143354.UDCZ26699.aamtaout03-winn.ispmail.ntl.com@smtp.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071129143354.UDCZ26699.aamtaout03-winn.ispmail.ntl.com@smtp.ntlworld.com> User-Agent: Mutt/1.5.16 (2007-06-11) > (Sorry, I'm using a dumb web interface because our spam filter blocked > the executable attachment, so this is likely to be a bit messy.) executable? No, it was just a plain text file (Shell Skript) You are right about the missing information for debugging, but I didn't want to send you my complete setup. You wouldn't have the time to read all of it. :-) > 1. it appears to have something to do with interactive > completion > (I'm not an expert on this but you haven't in any case > told us how this is set up) Hm, the most important part should be this: zstyle ':completion:*' completer _complete _match _correct _7slash # first try _match without appending a * zstyle ':completion::match:*' original yes zstyle ':completion::match:*' insert-unambiguous true # options for approximate zstyle ':completion::approximate:*' max-errors 2 numeric zstyle ':completion::approximate:*' insert-unambiguous true zstyle ':incremental' completer _complete _correct _7slash zstyle ':predict' completer _complete unsetopt rec_exact zstyle ':completion:*' matcher-list '' 'm:{A-Za-z}={a-zA-Z} m:[-._]=[-._] r:|[-./_]=** r:|=*' '+l:|=*' zstyle ':completion:*' squeeze-slashes true zstyle ':completion:*' menu select=10 interactive zstyle ':completion:*' use-cache on zstyle '*:matches' group 'yes' zstyle ':completion:*' group-name '' zstyle ':completion:*:*:-command-:*' group-order builtins functions aliases commands zstyle ':completion:*' group-order files directories zstyle '*:descriptions' format "$fg_bold[yellow]%d$fg_no_bold[cyan]" zstyle '*:options' description 'yes' zstyle '*:options' auto-description '%d' > 2. it depends on your Mutt aliases file whose format, > let alone contents, I don't currently know. They have all this format: alias firstname.lastname "Firstname Lastname" Maybe the problem is that there are 597 of them? > Can you find a simpler way of reproducing it? So far, no. But I'll keep trying. Thanks, Andy. -- Press Ctrl-Alt-Del now for IQ test.