From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20545 invoked by alias); 11 Feb 2015 04:20:55 -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: 34502 Received: (qmail 20233 invoked from network); 11 Feb 2015 04:20:54 -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=Ko/6AtSI c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=0HtSIViG9nkA:10 a=z6tpCM92Jcc-UCKrQzMA:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <150210202035.ZM16595@torch.brasslantern.com> Date: Tue, 10 Feb 2015 20:20:35 -0800 In-reply-to: <54DACEF7.90605@eastlink.ca> Comments: In reply to Ray Andrews "Re: completion problem with '291' ok with '274'." (Feb 10, 7:39pm) References: <54DA87F5.5090303@eastlink.ca> <150210183520.ZM16470@torch.brasslantern.com> <54DACEF7.90605@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: completion problem with '291' ok with '274'. MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Feb 10, 7:39pm, Ray Andrews wrote: } } No, just plain 'zsh'. I'm running my standard setup, not sure what } details are relevant. compinit yes, as always. } } styles: OK, with those settings the first thing you should see (on the first TAB) is something like: torch% ./zsh Completing executable file or directory zsh* zsh-5.0.3* zsh-5.0.5* zsh.old* zsh-5.0.2-dev-0* zsh-5.0.4* zsh-5.0.7* The second TAB does nothing because it is selecting the first match in the list, which is just "zsh". The third tab should advance to the second match in the list (which in my case is "zsh-5.0.2-dev-0"). It's possible (but unlikely) that something in your LS_COLORS is having this effect. Any change if you remove that first list-colors zstyle? } I'm actually using 'xfce4-terminal' which seems not to have the '-hold' It's -H or --hold with two leading hyphens (there's your inconsistency again ... X11/Xorg apps standardize on long names with a single hyphen, other apps use the GNU convention of double hyphens). } > Could be related to workers/34485, but you may not have directory write } > permission to drop a core file in /usr/local/bin so you'll have to run } > from inside gdb to get a stack trace. } } That's new territory for me, so I'll need a primer. Should work to just do xfce4-terminal gdb /usr/local/bin/zsh-5.0.7-293-g0209635 and then at the "(gdb) " prompt, type "run". Then when it crashes you'll be back at the (gdb) prompt, type "where". } Everything is fine with 'zsh -f' That bypasses compinit and uses the old compctl, so not surprising.