Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Broken completion on $prefix/*
- X-seq: zsh-workers 27784
- From: "Benjamin R. Haskell" <zsh@xxxxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxx>
- Subject: Re: Broken completion on $prefix/*
- Date: Thu, 11 Mar 2010 12:37:57 -0500 (EST)
- In-reply-to: <m3ociu4ycz.fsf@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <alpine.LNX.2.01.1003101440260.31893@xxxxxxxxxxx> <m3ociu4ycz.fsf@xxxxxxxxxxxxxx>
On Thu, 11 Mar 2010, Greg Klanderman wrote:
> Seems to work for me in 1.4869..
>
Doesn't for me in 1.4926, even as 'zsh -fd':
hp% autoload -U compinit
hp% compinit
hp% prefix=relative/dir/that/exists
hp% ls $prefix/<Tab>
(completion for '/' directory)
hp% bindkey "^I"
"^I" expand-or-complete
And, a slightly-OT question:
Is there an easy way to build-and-install 'tagged' versions of Zsh from
the repository? I just built Zsh from git for the first time (installed
into /usr/local) [usually I just use the Completion dirs from git].
But, it'd be nice to know it was properly 'sandboxed' (i.e. not reading
my distribution's version's files [Gentoo - 4.3.10 (1.4705)]). And it'd
be even nicer to have it installed as (something like):
zsh-4.3.10.1.4926
--
Best,
Ben
Messages sorted by:
Reverse Date,
Date,
Thread,
Author