From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5622 invoked from network); 22 May 2005 16:31:50 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 May 2005 16:31:50 -0000 Received: (qmail 63439 invoked from network); 22 May 2005 16:31:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 May 2005 16:31:44 -0000 Received: (qmail 29113 invoked by alias); 22 May 2005 16:31:38 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8892 Received: (qmail 29098 invoked from network); 22 May 2005 16:31:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 22 May 2005 16:31:37 -0000 Received: (qmail 62472 invoked from network); 22 May 2005 16:31:37 -0000 Received: from vms044pub.verizon.net (206.46.252.44) by a.mx.sunsite.dk with SMTP; 22 May 2005 16:31:34 -0000 Received: from candle.brasslantern.com ([4.11.1.68]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IGW004FOGKKJKE0@vms044.mailsrvcs.net> for zsh-users@sunsite.dk; Sun, 22 May 2005 11:31:33 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j4MGVWO1016195; Sun, 22 May 2005 09:31:32 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j4MGVW9c016194; Sun, 22 May 2005 09:31:32 -0700 Date: Sun, 22 May 2005 16:31:31 +0000 From: Bart Schaefer Subject: Re: Auto-completion isn't working In-reply-to: <20050522104622.96EC04BEAD@ws1-1.us4.outblaze.com> To: "Fafa Hafiz Krantz" , zsh-users@sunsite.dk Message-id: <1050522163131.ZM16193@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <20050522104622.96EC04BEAD@ws1-1.us4.outblaze.com> Comments: In reply to "Fafa Hafiz Krantz" "Re: Auto-completion isn't working" (May 22, 5:46am) X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On May 22, 5:46am, Fafa Hafiz Krantz wrote: } } I provided you with my zshrc, and the output of zsh -x. } Indeed that ought to tell you something? Yes, it told me that everything appeared to be in proper working order up to that point. However, the _complete_debug output indicates that the $_comps array is empty -- or, at least, it doesn't have the entries for "cd" and "-default-" which is a pretty good indication that it doesn't have entries for anything -- so somehow all that initialization has been lost. The initialization did occur -- otherwise, _complete_debug would not have worked -- so something else is causing _comps to become empty.