From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25768 invoked by alias); 11 Feb 2015 06:40:44 -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: 34504 Received: (qmail 10616 invoked from network); 11 Feb 2015 06:40:32 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=T/C1EZ6Q c=1 sm=1 tr=0 a=e2dOSTHu/1tpOPG3ZcFxzA==:117 a=e2dOSTHu/1tpOPG3ZcFxzA==:17 a=VNsaWKQvMhEA:10 a=N659UExz7-8A:10 a=7Zz1aOnA2hSh1YU74tsA:9 a=pILNOxqGKmIA:10 Message-id: <54DAF251.4040702@eastlink.ca> Date: Tue, 10 Feb 2015 22:10:25 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-version: 1.0 To: zsh-workers@zsh.org Subject: Re: completion problem with '291' ok with '274'. References: <54DA87F5.5090303@eastlink.ca> <150210183520.ZM16470@torch.brasslantern.com> <54DACEF7.90605@eastlink.ca> <150210202035.ZM16595@torch.brasslantern.com> In-reply-to: <150210202035.ZM16595@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 02/10/2015 08:20 PM, Bart Schaefer wrote: > 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"). Right, it's like that with 274 but with 291 the first TAB gives me a new prompt or it crashes. I understand the 'nothing' TABS. #autoload -U compinit && compinit ... and all is well. autoload -U compinit && compinit return ... and I still have the problem, (the return skips all 'style' lines.) > 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). I'll stick with real xterm for now so that there's no confusion. (Somehow, that inconsistency doesn't bother me, I'd not be expecting consistency there. That's worth thinking about. Presumptuous double standard?) 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". Output: Starting program: /usr/local/bin/zsh-5.0.7-293 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". TAB here: pts/5 HP-w5--5-Debian1 root /usr/local/bin 3$ l zsh[Inferior 1 (process 19073) exited normally] (gdb) where No stack. (gdb)