From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17439 invoked from network); 6 Feb 2009 16:43:55 -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; 6 Feb 2009 16:43:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 27121 invoked from network); 6 Feb 2009 16:43:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Feb 2009 16:43:50 -0000 Received: (qmail 15180 invoked by alias); 6 Feb 2009 16:43:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26520 Received: (qmail 15166 invoked from network); 6 Feb 2009 16:43:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 Feb 2009 16:43:45 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by bifrost.dotsrc.org (Postfix) with ESMTP id 80D5E80271F0 for ; Fri, 6 Feb 2009 17:43:41 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id l26so526483fgb.37 for ; Fri, 06 Feb 2009 08:43:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=niQAcGt4ecn/iJIlTossMyHDOSKDeRcpL3tskq9CRKs=; b=diWH8zlmd+cra+dgiLnOh//Amsxr8q5XgJmEtoaLTNJztwIjp+q63gUsnKK9rfg31i tf038UGcIDDfk5sBrdunyfEQQBjdwPocU6fFjVnNTO2Xg+p9wVN5jZl3hyDK/GgCEb0w GaoABpq6jj/5Vjo4vUcGYcm7oApcp8eIkE/0I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KSb2p1m8VEdEmN5JJ6d6rWzGwigwfekRvjS9vwVGvk64pNYAe0/rAlKdRuiharQ2B0 9kUZhxzZFvcQ35KmK/7v5eHQnts9uP/WW4AL8/AJfrwkMECu1FIfp8J4xiXu7W9CIqLo /wLtnJeLebNTp+pJJIzsVog2RaizjtLJngV9M= MIME-Version: 1.0 Received: by 10.86.100.19 with SMTP id x19mr1074055fgb.29.1233938621071; Fri, 06 Feb 2009 08:43:41 -0800 (PST) In-Reply-To: <20090205094546.2155ecbf@news01> References: <20090204185509.9805.4833.reportbug@pcfelipe.sateler.com> <20090204223509.GA9519@scru.org> <20090204224244.GW3522@fsst.voodoo.lan> <20090205094546.2155ecbf@news01> Date: Fri, 6 Feb 2009 17:43:41 +0100 Message-ID: <2d460de70902060843n594e6ee9n7dd05c587ae59552@mail.gmail.com> Subject: Re: Bug#514152: zsh: completion no longer works for .. From: Richard Hartmann To: Peter Stephenson Cc: zsh-workers@sunsite.dk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8960/Fri Feb 6 13:42:32 2009 on bifrost X-Virus-Status: Clean On Thu, Feb 5, 2009 at 10:45, Peter Stephenson wrote: > In previous releases of the shell, builtin commands and precommand > modifiers that did not accept options also did not recognize the the? Richard