From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20322 invoked from network); 6 Jul 2003 20:45:56 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Jul 2003 20:45:56 -0000 Received: (qmail 19801 invoked by alias); 6 Jul 2003 20:45:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18817 Received: (qmail 5426 invoked from network); 6 Jul 2003 17:59:09 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 6 Jul 2003 17:59:09 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.233.9] by sunsite.dk (MessageWall 1.0.8) with SMTP; 6 Jul 2003 17:59:8 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h66Hx6416390 for zsh-workers@sunsite.dk; Sun, 6 Jul 2003 10:59:06 -0700 From: Bart Schaefer Message-Id: <1030706175906.ZM16389@candle.brasslantern.com> Date: Sun, 6 Jul 2003 17:59:06 +0000 In-Reply-To: <4759.1057336520@gmcs3.local> Comments: In reply to Oliver Kiddle "Re: zstyle example" (Jul 4, 6:35pm) References: <20030629154233.GA22955@scru.org> <4759.1057336520@gmcs3.local> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: zstyle example MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 4, 6:35pm, Oliver Kiddle wrote: } } The problem occurs on line 31 of _files which is: } for i in ${tmp//%p/${${glob:-\*}//:/\\:}}; do It appears Functions/Prompts/prompt_adam2_setup may have the same problem, on lines 79 and 80.