Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#419832: zsh: expanding non-ASCII filenames with <TAB>
- X-seq: zsh-workers 23776
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: Bug#419832: zsh: expanding non-ASCII filenames with <TAB>
- Date: Sat, 18 Aug 2007 00:29:55 -0400
- Cc: zsh-workers@xxxxxxxxxx, Alan Curry <pacman@xxxxxxxxxxxx>, 419832@xxxxxxxxxxxxxxx
- In-reply-to: <20070817152210.6bb9559b@xxxxxxxxxxxxxx>
- Mail-followup-to: Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx, Alan Curry <pacman@xxxxxxxxxxxx>, 419832@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070817001222.GA19399@xxxxxxxxxxx> <200708170905.l7H9521T1534406@xxxxxxxxxxxxxxxxxxxx> <20070817120844.GA9936@xxxxxxxxxxx> <20070817152210.6bb9559b@xxxxxxxxxxxxxx>
On Fri, Aug 17, 2007 at 03:22:10PM +0100, Peter Stephenson wrote:
> I can believe there's some logic missing here, but it's not currently
> clear to me here what. Could you post an explicit recipe for
> getting from an unconfigured shell to an expansion that doesn't
> (somehow) display all the elements?
% zsh -f
percebes% autoload -U compinit;compinit
percebes% mkdir /tmp/blah
percebes% cd !$
cd /tmp/blah
percebes% export LANG=en_US.UTF-8
percebes% touch a b$'\300' c
percebes% cat *<TAB>
(expands to)
percebes% cat a b
Messages sorted by:
Reverse Date,
Date,
Thread,
Author