From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13852 invoked from network); 11 Jan 2000 12:13:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Jan 2000 12:13:26 -0000 Received: (qmail 18971 invoked by alias); 11 Jan 2000 12:12:59 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2858 Received: (qmail 18964 invoked from network); 11 Jan 2000 12:12:58 -0000 Sender: fg@mandrakesoft.com To: zsh-users@sunsite.auc.dk Subject: Since pws13... From: Francis GALIEGUE Date: 11 Jan 2000 12:47:39 +0100 Message-ID: X-Mailer: Gnus v5.7/Emacs 20.5 ... the completion machine seems broken on some critical points :( In perticular, if setopt correct is set, I get: fg!toy ~ $ rpm -qa L zsh: correct 'rpm' to 'rpmf' [nyae]? (L is a global alias for "|less") Before that, it tried to correct rpm to _rpm, which is not what I want either... Same for su, which zsh tries to replace with sum, even though su does exist and is installed, and other things like that too... Secondly, cd completion is broken too :( Multipart (/us/sh/zs/f/U) and most simply directory completion (/usr/) just won't work anymore, and I have no idea why. It will work only in certain circumstances which I cannot isolate... Relevant lines in ~/.zshrc: _compdir=/usr/share/zsh/functions/Core [[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir) autoload -U compinit compinit Are they wrong? -- fg # rm *;o o: command not found