Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with fake-files style and cd
- X-seq: zsh-workers 26572
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: Problem with fake-files style and cd
- Date: Mon, 16 Feb 2009 10:55:41 +0100
- 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=
- In-reply-to: <20090216094632.30502fe9@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <mikachu@xxxxxxxxx> <237967ef0902140622s7389d2c8h5a0c786dcf207422@xxxxxxxxxxxxxx> <200902141801.n1EI1E2l003603@xxxxxxxxxxxxxxxxxxx> <237967ef0902141019t30118690m30116c9413015d96@xxxxxxxxxxxxxx> <090214111316.ZM15188@xxxxxxxxxxxxxxxxxxxxxx> <237967ef0902141141y609b61d3i154546f6f6886c65@xxxxxxxxxxxxxx> <090214133904.ZM15383@xxxxxxxxxxxxxxxxxxxxxx> <20090216094632.30502fe9@news01>
2009/2/16 Peter Stephenson <pws@xxxxxxx>:
> On Sat, 14 Feb 2009 13:39:04 -0800
> Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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))(
Messages sorted by:
Reverse Date,
Date,
Thread,
Author