From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27186 invoked by alias); 27 May 2011 01:25:40 -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: 29385 Received: (qmail 12413 invoked from network); 27 May 2011 01:25:39 -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:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=1fWrdaWFofyOAmZydpVxMzDyBV4eYFXeWTcNJ2TVvaY=; b=u4vPketn+LR/BirTZxUCbVsiG/vTgGpZ3duecFH/lyyDAX5f+KQPzFKtLYanmuI/K7 4EvUxu+kP1VSULUKXJjU5uZbvXsyVdMf4SHIOYqlPpyJ0cDXFTceVG8WSFWbBOjvzCes FbLT5PwJc6o/B8/TpLfAKsJ+KmBv6+DAXpf5g= 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 :content-type; b=aU6WVbiZrayUYT3/k85s+vNfjAgweUFs/mTCk+hDXXhMUvrVjdlC1XSsBS48vYpSXM zCTrHS7XfKfXGDHcodqP1yqeQSuqMgVokcVGiv98o4nTPrnAckHjfJuz2LsQ4hFX+Vml APv3Gyif9HqlPet3u32yJvaRAZQWw5Y6m/gUQ= MIME-Version: 1.0 In-Reply-To: <237967ef0902160155m583e714fqe9bbd344420f1ce0@mail.gmail.com> References: <237967ef0902140622s7389d2c8h5a0c786dcf207422@mail.gmail.com> <200902141801.n1EI1E2l003603@pws-pc.ntlworld.com> <237967ef0902141019t30118690m30116c9413015d96@mail.gmail.com> <090214111316.ZM15188@torch.brasslantern.com> <237967ef0902141141y609b61d3i154546f6f6886c65@mail.gmail.com> <090214133904.ZM15383@torch.brasslantern.com> <20090216094632.30502fe9@news01> <237967ef0902160155m583e714fqe9bbd344420f1ce0@mail.gmail.com> Date: Fri, 27 May 2011 03:25:32 +0200 Message-ID: Subject: Re: Problem with fake-files style and cd From: Mikael Magnusson To: zsh-workers Content-Type: text/plain; charset=UTF-8 Been sitting on this patch for a while, is it okay to commit? On 16 February 2009 10:55, Mikael Magnusson wrote: > How's this? > > --- a/Doc/Zsh/compsys.yo > +++ b/Doc/Zsh/compsys.yo > @@ -776,7 +776,8 @@ for names of device special files > ) > kindex(directories, completion tag) > item(tt(directories))( > -for names of directories > +for names of directories. When the cdpath array is set, > +tt(local-directories) will be used instead > ) > kindex(directory-stack, completion tag) > item(tt(directory-stack))( > @@ -869,7 +870,8 @@ kindex(local-directories, completion tag) > item(tt(local-directories))( > for names of directories that are subdirectories of the current working > directory when completing arguments of tt(cd) and related builtin > -commands (compare tt(path-directories)) > +commands (compare tt(path-directories)). When the cdpath array is unset, > +tt(directories) is used instead > ) > kindex(manuals, completion tag) > item(tt(manuals))( > -- Mikael Magnusson