From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8259 invoked by alias); 18 Jan 2014 10:08:30 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32281 Received: (qmail 10438 invoked from network); 18 Jan 2014 10:08:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <140118020829.ZM8003@torch.brasslantern.com> Date: Sat, 18 Jan 2014 02:08:29 -0800 In-reply-to: <20140118095707.GD27889@sym.noone.org> Comments: In reply to Axel Beckert "Re: dir/* expansion doesn't work with directories with apostrophe in the name" (Jan 18, 10:57am) References: <20140118005330.GA27889@sym.noone.org> <140117182029.ZM7806@torch.brasslantern.com> <20140118095707.GD27889@sym.noone.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: dir/* expansion doesn't work with directories with apostrophe in the name MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jan 18, 10:57am, Axel Beckert wrote: } Subject: Re: dir/* expansion doesn't work with directories with apost } } On Fri, Jan 17, 2014 at 06:20:29PM -0800, Bart Schaefer wrote: } > The _expand completer and _expand_word widget via compinit appear to } > handle these quote marks correctly, as of 5.0.5. } } Not sure if I got it right, but I think I can also reproduce it with } compinit: } } /tmp/zsh-test -> zsh -f } kiva6% autoload -Uz compinit } kiva6% compinit } kiva6% ls a\'b/* } (Does not work, rings the bell.) You need to try instead of here, or add something like zstyle ':completion:*' completer _expand _complete _ignored otherwise you're still using the built-in expand-word underneath.