From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5193 invoked from network); 13 Oct 2008 06:26:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Oct 2008 06:26:11 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 42624 invoked from network); 13 Oct 2008 06:25:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Oct 2008 06:25:59 -0000 Received: (qmail 13267 invoked by alias); 13 Oct 2008 06:25:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25871 Received: (qmail 13245 invoked from network); 13 Oct 2008 06:25:46 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 13 Oct 2008 06:25:46 -0000 Received: from mail-gx0-f21.google.com (mail-gx0-f21.google.com [209.85.217.21]) by bifrost.dotsrc.org (Postfix) with ESMTP id DD87A80524C0 for ; Mon, 13 Oct 2008 08:25:42 +0200 (CEST) Received: by gxk14 with SMTP id 14so1949822gxk.21 for ; Sun, 12 Oct 2008 23:25:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=LGs1iBRNLiokER+axhLeYhVBzKU3HfaIlsWWJC1MW7k=; b=XMKH8/37hKLcFi2He3DIaABBF0/wDnuBN6rLywS7U/leCXbYMOUVuOJhhC7QHzE33J jZBsUqGOeY91UrjhNzkTERSQwxVzC9hlJQ5EJRmBGp+B4/RyQvxUz8oo2U5ZtTuXn6ys of30onbR4t3mcmLFo7cT+buHSKkV65LPHL06Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HZsulZIgjT+jjHc4fiCl6vvKWTZ+ltJnLTM4fvuCe+DI8YutELVHareULoY0/pPKnw g8NER7ShlHbDe0db4GmTMDq31dZRJYZbjz0fUM5HNHCKrFDJcpYh4GYVMNkCZJ2cVbMh tScJcutDfni5YW3WKm0GnOij104kdzJi1DWoo= Received: by 10.100.198.13 with SMTP id v13mr5179156anf.123.1223879141614; Sun, 12 Oct 2008 23:25:41 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sun, 12 Oct 2008 23:25:41 -0700 (PDT) Message-ID: <2d460de70810122325r7e576759t204653bd537006b5@mail.gmail.com> Date: Mon, 13 Oct 2008 08:25:41 +0200 From: "Richard Hartmann" To: "Morita Sho" Subject: =?UTF-8?Q?Re:_Bug#501851:_zsh:_Completion_fails_if_a?= =?UTF-8?Q?_directory_name_contains_'(',_')'_and_'=C4=84_'.?= Cc: zsh-workers@sunsite.dk, 501851@bugs.debian.org In-Reply-To: <48F2A515.1030203@inz.sakura.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081010230611.23133.42221.reportbug@debian> <20081010231712.GA20915@scru.org> <48F0AE88.1020307@inz.sakura.ne.jp> <20081011225255.0df2e350@pws-pc> <48F2A515.1030203@inz.sakura.ne.jp> X-Virus-Scanned: ClamAV 0.92.1/8416/Mon Oct 13 05:12:39 2008 on bifrost X-Virus-Status: Clean On Mon, Oct 13, 2008 at 03:32, Morita Sho wrote: > Replacing _path_files with previous one (zsh 4.3.6) seems to solve the problem. > I'm not sure, but it might be a regression in _path_files. Just to be sure, you are talking about the second part here, not both ones, correct? Richard