Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug: DIR/*<tab> expansion doesn't work with directories with apostrophe in the name
- X-seq: zsh-workers 28553
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: bug: DIR/*<tab> expansion doesn't work with directories with apostrophe in the name
- Date: Wed, 29 Dec 2010 18:07:31 -0800
- In-reply-to: <AANLkTimOap2E8qTY=Mykcn2zh+U-PNSBYqxtD5noMgot@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: <AANLkTimOap2E8qTY=Mykcn2zh+U-PNSBYqxtD5noMgot@xxxxxxxxxxxxxx>
On Dec 29, 3:51pm, hniksic@xxxxxxxxx wrote:
} Subject: bug: DIR/*<tab> expansion doesn't work with directories with apos
}
} When the directory contains a single quote (apostrophe) in its name,
} pressing the tab key to expand dir/* into a list of files no longer
} works. What happens instead is that the tab key doesn't do anything
} while cursor is inside the dir/* word.
As you're seeing this with zsh -f, it's something in old compctl-based
completion. With the newer function-based system, it behaves the same
for me in 4.3.11-dev-1 as it does in 4.2.0 (both of which differ from
the way it [doesn't] work with zsh -f).
I can confirm that 4.3.11-dev-1 run with -f behaves the way you describe
4.3.10-14ubuntu1 as working, but 4.2.0 *also* behaves for me the way you
describe 4.3.10-14ubuntu1 as working, so I'm not sure which version you
had that worked differently.
--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author