From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1382 invoked from network); 12 Mar 2005 12:13:57 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Mar 2005 12:13:57 -0000 Received: (qmail 10662 invoked from network); 12 Mar 2005 12:13:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Mar 2005 12:13:47 -0000 Received: (qmail 22002 invoked by alias); 12 Mar 2005 12:13:39 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8587 Received: (qmail 21986 invoked from network); 12 Mar 2005 12:13:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 12 Mar 2005 12:13:37 -0000 Received: (qmail 9695 invoked from network); 12 Mar 2005 12:13:37 -0000 Received: from pat.uio.no (129.240.130.16) by a.mx.sunsite.dk with SMTP; 12 Mar 2005 12:13:33 -0000 Received: from mail-mx1.uio.no ([129.240.10.29] ident=[U2FsdGVkX1+tJ6wWbNN+EISPElnR+56ic12TG9dwM2E=]) by pat.uio.no with esmtp (Exim 4.43) id 1D9mPz-0007SL-L3 for zsh-users@sunsite.dk; Fri, 11 Mar 2005 16:51:15 +0100 Received: from 115.80-203-46.nextgentel.com ([80.203.46.115] helo=s.hn.org) by mail-mx1.uio.no with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43) id 1D9mPw-0003yl-Pd for zsh-users@sunsite.dk; Fri, 11 Mar 2005 16:51:12 +0100 Received: (qmail 4394 invoked by uid 1000); 11 Mar 2005 15:51:07 -0000 Date: Fri, 11 Mar 2005 16:51:07 +0100 From: Haakon Riiser To: zsh-users@sunsite.dk Subject: Tab completion and '{' Message-ID: <20050311155107.GA4037@s> Mail-Followup-To: zsh-users@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.8i X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 Is it possible to make general file completion treat '{' as a normal character? What I want is this: % touch {foo} % ls -l { % ls -l \{foo\} If it is easier to do it without escaping the {}s, that's okay too, since these files never have commas in them, and thus the {}s need not be escape. Thanks in advance for any help. -- Haakon