From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12971 invoked by alias); 11 Feb 2015 16:28:43 -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: 34508 Received: (qmail 472 invoked from network); 11 Feb 2015 16:28:43 -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=AptZB15K 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=xiPoGixIYLKbSn7F8YwA:9 a=CjuIK1q_8ugA:10 From: Bart Schaefer Message-id: <150211082827.ZM17558@torch.brasslantern.com> Date: Wed, 11 Feb 2015 08:28:27 -0800 In-reply-to: <54DAF251.4040702@eastlink.ca> Comments: In reply to Ray Andrews "Re: completion problem with '291' ok with '274'." (Feb 10, 10:10pm) References: <54DA87F5.5090303@eastlink.ca> <150210183520.ZM16470@torch.brasslantern.com> <54DACEF7.90605@eastlink.ca> <150210202035.ZM16595@torch.brasslantern.com> <54DAF251.4040702@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Ray Andrews , 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, 10:10pm, Ray Andrews wrote: } } autoload -U compinit && compinit } return } } ... and I still have the problem, (the return skips all 'style' lines.) Curious. } 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] Now *that* is strange. Let's try this. At the first (gdb) prompt, before you do "run", type "break zexit". If it really is exiting normally that should stop the process before it actually does exit, so "where" will be able to display something.