Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: better control for _cd
- X-seq: zsh-workers 8878
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: better control for _cd
- Date: Fri, 3 Dec 1999 15:24:02 +0000
- In-reply-to: <199912031313.OAA00670@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199912031313.OAA00670@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Dec 3, 2:13pm, Sven Wischnowsky wrote:
} Subject: PATCH: better control for _cd
}
} This makes _cd use the tags local-directories and path-directories to
} decide if those in the cwd and/or those in $cdpath should be
} completed.
Is that really a good idea? In the event that the same name can be
resolved either way, "cd" is always going to change to the same one.
Seeing completions only for one or the other case would be misleading.
This is one case where I think it should always complete them all and
always order the groups the way that "cd" is going to choose them
(that is, local directories first).
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author