From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22077 invoked by alias); 21 May 2011 18:04:03 -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: 29333 Received: (qmail 18005 invoked from network); 21 May 2011 18:04:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=+cC9g+rjs20RTknALW417DFrOrBc0VmP7ySFNZ9EH2s=; b=WfNtU16Bq/FNAvV2tH/HL6XzCv2hRHj58RDpAIYzdk8xZqBnz7/AicRXEUCSQBe1OO IXpmIPUAOfk6zJiDU/a+GHU44GnNbVBKzKJwa0oeg8+AGI5vFWoff+tRwweWnhmSPVbq +ck1BLFUY2vQHAeKaXOq7gUop29WYBkbH2TpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dFqDNS1EAVe5hFXqsAYVp9bzRHjDBb5xEImIdDVtNM6HqZn7JApJ0XrlLLjQjwVACa meFgvSuNRn+GOlRwAtobKsXoAtitheCIlejSPJ9lIVbxlrvFhJrFsof+YkzgEvRtKNbC Wo+a9uc+eaGehfxx9JarAOUmkudHOklPwQ9eY= MIME-Version: 1.0 Date: Sat, 21 May 2011 20:03:55 +0200 Message-ID: Subject: _make doesn't work in dirs with spaces From: Mikael Magnusson To: zsh workers , Michael Hwang Content-Type: text/plain; charset=UTF-8 greygjhart reported this on IRC a few days ago. There's some (q) in there that maybe shouldn't be. Removing the one on line 176 fixes completing in a directory with spaces, but I'm unsure of the intention of it, and the others in the file. -- Mikael Magnusson