From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12097 invoked from network); 26 Aug 2004 18:53:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Aug 2004 18:53:35 -0000 Received: (qmail 42844 invoked from network); 26 Aug 2004 18:53:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Aug 2004 18:53:28 -0000 Received: (qmail 18545 invoked by alias); 26 Aug 2004 18:52:44 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7929 Received: (qmail 18535 invoked from network); 26 Aug 2004 18:52:44 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 26 Aug 2004 18:52:44 -0000 Received: (qmail 29927 invoked from network); 26 Aug 2004 18:44:06 -0000 Received: from nl-ams-slo-l4-01-pip-5.chellonetwork.com (HELO amsfep14-int.chello.nl) (213.46.243.21) by a.mx.sunsite.dk with SMTP; 26 Aug 2004 18:44:03 -0000 Received: from localhost ([213.89.229.53]) by amsfep12-int.chello.nl (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP id <20040826181910.QIJN27621.amsfep12-int.chello.nl@localhost> for ; Thu, 26 Aug 2004 20:19:10 +0200 Received: from jesper by localhost with local (Exim 4.34) id 1C0Oq0-000581-Ku for zsh-users@sunsite.dk; Thu, 26 Aug 2004 20:19:04 +0200 Date: Thu, 26 Aug 2004 20:18:57 +0200 From: Jesper Holmberg To: Zsh-users List Subject: Problem with ignore-line and parenthesis Message-ID: <20040826181857.GF10369@localhost> Mail-Followup-To: Zsh-users List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040722i Sender: Jesper Holmberg X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.6 required=6.0 tests=BAYES_10,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 0.6 I have the following zstyle in my .zshrc: zstyle ':completion:*:(rm|cp|mv):*' ignore-line yes Filenames with parentheses in them seem to cause problems, though. If I have a file called for example "m(25).txt", and write the line: % cp m(25).txt and then press tab after the space at the end of the line, m(25).txt is again suggested as a completion. This does not happen with other files. This is zsh 4.2.1 on Debian Sid. Jesper