From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2303 invoked by alias); 29 Jan 2012 05:32:35 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30142 Received: (qmail 11957 invoked from network); 29 Jan 2012 05:32:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at benizi.com designates 64.130.10.15 as permitted sender) Date: Sun, 29 Jan 2012 00:31:50 -0500 (EST) From: "Benjamin R. Haskell" To: Felipe Contreras cc: zsh-workers@zsh.org Subject: Re: Bug with bash emulation regarding ':' In-Reply-To: Message-ID: References: User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Sun, 29 Jan 2012, Felipe Contreras wrote: > Hi, > > Seems like there's a bug in bash emulation: > > [...] > > Zsh with bash emulation generates [...] When you say "bash emulation" what do you mean? Zsh has 'sh' and 'ksh' emulation (and incomplete 'csh' emulation). I assume you mean 'sh' emulation, but just wanted to be sure it wasn't something related to your bash completion emulation fixes. -- Best, Ben