From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23243 invoked from network); 16 Feb 2009 09:55:56 -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; 16 Feb 2009 09:55:56 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 45290 invoked from network); 16 Feb 2009 09:55:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 16 Feb 2009 09:55:51 -0000 Received: (qmail 27409 invoked by alias); 16 Feb 2009 09:55:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26572 Received: (qmail 27394 invoked from network); 16 Feb 2009 09:55:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 16 Feb 2009 09:55:45 -0000 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by bifrost.dotsrc.org (Postfix) with ESMTP id 6175C80271F0 for ; Mon, 16 Feb 2009 10:55:41 +0100 (CET) Received: by ug-out-1314.google.com with SMTP id 36so132625uga.18 for ; Mon, 16 Feb 2009 01:55: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:content-type :content-transfer-encoding; bh=l4lap+e1bgZtqlNKDfq1SxyaIiKDPcXqbHiTP4yBFIk=; b=TtyR2z2PTvBqWCTVK00GqsM3KAB2uggxoqLCnIx4Tv1gNYpjXiJFv76r8M2cuc9uNh JNrYCv5iwbBdR+JVB0ftuG3bcJkI8Jjrt4XK3MhAdLlVxCDG4kiSbohSrDt3WdLZfkmv 3GvF9VpmzSFdtOLiZ0S23yB/PjR/Jokuwgs4I= 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:content-transfer-encoding; b=ORE8OXHTcSrFMVk3Dpr0Tqr75nxucn6J3weIZjzv2Y+QTgnd99P7NbzIXAoafzijOa +xSW1vimf/O61X3Og7vb2SUzzUcDxNGWujjoOX2Wa9rZvRhKFV5JPGl2+EYsoueEVHAd qWrji7fmrddkh9nEaD+IXO2+296e2EfU065so= MIME-Version: 1.0 Received: by 10.210.62.12 with SMTP id k12mr68007eba.101.1234778141570; Mon, 16 Feb 2009 01:55:41 -0800 (PST) In-Reply-To: <20090216094632.30502fe9@news01> 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> Date: Mon, 16 Feb 2009 10:55:41 +0100 Message-ID: <237967ef0902160155m583e714fqe9bbd344420f1ce0@mail.gmail.com> Subject: Re: Problem with fake-files style and cd From: Mikael Magnusson To: zsh-workers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8995/Mon Feb 16 04:40:05 2009 on bifrost X-Virus-Status: Clean 2009/2/16 Peter Stephenson : > On Sat, 14 Feb 2009 13:39:04 -0800 > Bart Schaefer wrote: >> Next you need to read chapters 10 and 15 of "From Bash to Z Shell". :-) >> >> (Hey, Peter and Oliver ... any updated revision of the book planned?) > > I don't think so, though it's still selling. However, patches to the shell > documentation are always welcome. 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))(