From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4585 invoked from network); 7 Jul 2008 01:09:48 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Jul 2008 01:09:48 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 85288 invoked from network); 7 Jul 2008 01:09:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Jul 2008 01:09:28 -0000 Received: (qmail 16940 invoked by alias); 7 Jul 2008 01:09:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25268 Received: (qmail 16925 invoked from network); 7 Jul 2008 01:09:24 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 7 Jul 2008 01:09:24 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by bifrost.dotsrc.org (Postfix) with ESMTP id E900980524FA for ; Mon, 7 Jul 2008 03:09:19 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so443826ana.13 for ; Sun, 06 Jul 2008 18:09:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=6vTuOa4tfSzaYOQA7w0dNzfU7Ru75ApbQvrkK7Q1QvQ=; b=IIe6aRaMWr/5/nzRdI0v/1SNi6Azq2Bk+6joatLV1mTTscKW+6OODoE2RGr2vy0pwA NvDsuqsh9Zy7hyJ/kygoSocXptsTG62ywwEf8qZ8uon0YLvh95Ekbf9LF5uxYU/UlzKe os2svL3EAYli+4vQtjua9UHSN12QkqH2NXIk0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZCp4iPIjrKtJqrilk0Kr4PVwkG7mQW35Hv9mq5FYkiycC3jZJpPvsBaGePa1JrlE25 WmIIlDvpkjvUPRHQ5n7btpcI6hblzRX6VyB5pwaQ+7ED21/N5F3HINd32Sc6GxLW0IV4 AWn+wl9klX9ErSDFUGNEj1WF16rfD+8ONJvc0= Received: by 10.100.125.12 with SMTP id x12mr2408404anc.71.1215392958205; Sun, 06 Jul 2008 18:09:18 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sun, 6 Jul 2008 18:09:18 -0700 (PDT) Message-ID: <2d460de70807061809n752b0865jc3630e8d2676304d@mail.gmail.com> Date: Mon, 7 Jul 2008 03:09:18 +0200 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: Bug#486785: tab completion broken Cc: zsh-workers@sunsite.dk, 486785@bugs.debian.org In-Reply-To: <20080706205109.7e91a057@pws-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080619211539.GA5218@scru.org> <20080622232342.756e9d4b@pws-pc> <20080630213522.5fe843de@pws-pc> <20080706205109.7e91a057@pws-pc> X-Virus-Scanned: ClamAV 0.92.1/7648/Sun Jul 6 22:30:54 2008 on bifrost X-Virus-Status: Clean On Sun, Jul 6, 2008 at 21:51, Peter Stephenson wrote: > It's not clear to me from the > + * documentation why the second condition would apply, but sure > + * enough if I remove it the test suite falls over. You will most likely not know _which_ test falls over in a few years. I would suggest adding the name or some other reference for future reference. Won't hurt and might the life of you or someone else a tiny bit easier, at some point :) Richard