From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4685 invoked from network); 20 Aug 2006 17:16:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Aug 2006 17:16:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 57904 invoked from network); 20 Aug 2006 17:16:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Aug 2006 17:16:14 -0000 Received: (qmail 22235 invoked by alias); 20 Aug 2006 17:16:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22640 Received: (qmail 22225 invoked from network); 20 Aug 2006 17:16:06 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Aug 2006 17:16:06 -0000 Received: (qmail 57289 invoked from network); 20 Aug 2006 17:16:06 -0000 Received: from mtaout01-winn.ispmail.ntl.com (81.103.221.47) by a.mx.sunsite.dk with SMTP; 20 Aug 2006 17:16:05 -0000 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20060820171603.XKWY15018.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com>; Sun, 20 Aug 2006 18:16:03 +0100 Received: from pwslaptop.csr.com ([81.107.41.155]) by aamtaout04-winn.ispmail.ntl.com with SMTP id <20060820171603.EEKY15733.aamtaout04-winn.ispmail.ntl.com@pwslaptop.csr.com>; Sun, 20 Aug 2006 18:16:03 +0100 Date: Sun, 20 Aug 2006 18:16:02 +0100 From: Peter Stephenson To: Alexey Tourbin , zsh-workers@sunsite.dk Subject: Re: compaudit problem Message-Id: <20060820181602.2872ff6e.p.w.stephenson@ntlworld.com> In-Reply-To: <20060819180046.GB8500@localhost.localdomain> References: <20060819115030.GE25959@localhost.localdomain> <060819103035.ZM28413@torch.brasslantern.com> <20060819180046.GB8500@localhost.localdomain> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Sat, 19 Aug 2006 22:00:46 +0400 Alexey Tourbin wrote: > On Sat, Aug 19, 2006 at 10:30:33AM -0700, Bart Schaefer wrote: > > Does anything change if you run "zsh -o posix_identifiers"? Have you > > tried building with "configure --disable-multibyte"? > > posix_identifiers doesn't help, but --disable-multibyte makes things > work again. Do you have multibyte characters in files in your $fpath? I did a quick sanity check by creating ~/tmp/cyrillic/тест/_тест with "#compdef тест" in it and putting the directory in my fpath, but it seemed to work OK. Can you put "set -x" in compinit and see what it's doing when it complains? -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/