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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to