From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6746 invoked from network); 16 May 2001 15:04:47 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 May 2001 15:04:47 -0000 Received: (qmail 2262 invoked by alias); 16 May 2001 15:04:23 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3878 Received: (qmail 2248 invoked from network); 16 May 2001 15:04:21 -0000 Message-ID: <000d01c0dd50$92d1f790$41265140@quantumflux.org> From: "Matthew Landis" To: Subject: 4.0.1-pre-4 Date: Tue, 15 May 2001 08:06:09 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 I apologize if this isn't a suitable question to ask here, but I spent five hours yesterday looking at the documentation and webpages and was unable to figure out what might be my problem. I was running 3.1.9-dev-8, and it worked fine. I installed 4.0.1-pre-4 yesterday and couldn't get tab completion to work. When I run compinit, it seems to write its code to stdout and not do much else. .zcompdump is the following after I run compinit: -------------- #files: 372 _comps=( ) _services=( ) _patcomps=( ) _postpatcomps=( ) _compautos=( ) autoload -U -------------- In addition, the * and ? wildcards do not work. If I do a "ls *" it prints a "ls: : No such file or directory" for each file that * would match. The ? wildcard just gives "no matches found" in all cases that I tried. I tried renaming all of the .zsh and /etc/zsh files and running compinstall on the bare configuration to no avail. As far as I can tell by reading the docs, my fpath is set correctly. I used the default directories when configuring, and fpath is "/usr/local/share/zsh/site-functions /usr/local/share/zsh/4.0.1-pre-4/functions". The latter directory contains the completion functions. If I bind tab to something other than complete-word and then run compinit, tab doesn't get re-bound to complete-word. This makes me think that compinit isn't being run at all, but the .zcompdump file is being written to, so I'm not quite sure what's going on. I'd appreciate any help anyone can offer, and I apologize if this is the not the correct place to ask such questions. Matt