From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17989 invoked by alias); 6 Dec 2014 18:22:23 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19499 Received: (qmail 7104 invoked from network); 6 Dec 2014 18:22:22 -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 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=IOK10brD c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=A92cGCtB03wA:10 a=pGLkceISAAAA:8 a=SP-D-YJfmi89R1cyfw0A:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <141206102206.ZM1860@torch.brasslantern.com> Date: Sat, 06 Dec 2014 10:22:06 -0800 In-reply-to: Comments: In reply to zzapper "Re: removing added completion space" (Dec 5, 6:08pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: removing added completion space MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 5, 6:08pm, zzapper wrote: } } > Bart Schaefer wrote in } > news:CAH+w=7aTV8LQWvVxNKDmFBnR6f4cvrkNSXiZvMdA44DGz_KyLw@mail.gmail.com: } } what is the naked config (zsh -f) to test this (please) } as it is not working for me? Perhaps you could repeat the example case where it's not working? It may just be that I gave you the wrong zstyle context. I most recently suggested: zstyle ':completion:expand-alias-word:*' add-space false This applies to the _expand_alias binding (default ^Xa). Oliver's change to enable that style was in response to this example from you: alias -g NF='*~vssver.scc(.om[1])' ls NF completes to ls *~vssver.scc(.om[1]) <- trailing space With a *minimal* setup ("zsh -f" plus "compinit -D") I get no completion at all for global aliases on a TAB, so you must have some configuration to get as far as the above?