From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19730 invoked from network); 4 Dec 2003 16:04:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Dec 2003 16:04:24 -0000 Received: (qmail 9913 invoked by alias); 4 Dec 2003 16:04:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19274 Received: (qmail 9887 invoked from network); 4 Dec 2003 16:04:11 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 4 Dec 2003 16:04:11 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [168.73.245.116] by sunsite.dk (MessageWall 1.0.8) with SMTP; 4 Dec 2003 16:4:11 -0000 Received: from NXCLMAV1.us.nextel.com (nxclmav1.nextel.com [10.9.8.140]) by atlhpmx5.nextel.com (8.9.3 (PHNE_25184)/8.8.6) with SMTP id LAA27310 for ; Thu, 4 Dec 2003 11:04:10 -0500 (EST) Received: from nxclmex1.us.nextel.com ([10.9.8.145]) by NXCLMGW2.us.nextel.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 4 Dec 2003 11:04:10 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: compctl fails to load Date: Thu, 4 Dec 2003 11:04:10 -0500 Message-ID: <7F53111102B3AA4F8D7D80128EF06A7101F6B6C6@nxclmex1.us.nextel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: compctl fails to load Thread-Index: AcO6gECufhxC16edR3m6edyI8yVVaA== From: "Bruce, Jason" To: X-OriginalArrivalTime: 04 Dec 2003 16:04:10.0376 (UTC) FILETIME=[40E3D880:01C3BA80] I am using zsh 4.0.6 emulating ksh and I have trouble loading the=20 zsh/compctl module at login... Last login: Thu Dec 4 10:16:12 2003 from act_test zsh: failed to load module: zsh/compctl If I try to use completion control, I get errors... $ ls b zsh: failed to load module: zsh/compctl $ ls b zsh: failed to load module: zsh/compctl If I run these two commands I can successfully load compctl $ zmodload zsh/complete $ zmodload zsh/compctl However, the zmodload commands do not work if I put them in .profile for a specific user... Last login: Thu Dec 4 10:47:28 2003 from act_test /mso/.profile:13: failed to load module: zsh/complete /mso/.profile:14: failed to load module: zsh/compctl If I login as a user whose default shell is bash, and type ksh=20 at the prompt I get... $ ksh zsh: failed to load module: zsh/compctl Any ideas why zsh/compctl is not loading correctly? =20 I am running redhat linux version 9, with kernel... Linux localhost.localdomain 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST = 20 i686 i386 GNU/Linux and default redhat package for version 9... $ rpm -qa |grep zsh zsh-4.0.6-5