From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20809 invoked from network); 4 Aug 2000 08:00:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Aug 2000 08:00:23 -0000 Received: (qmail 29485 invoked by alias); 4 Aug 2000 08:00:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12526 Received: (qmail 29408 invoked from network); 4 Aug 2000 08:00:06 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: Module aliases don't work in static zsh Date: Fri, 4 Aug 2000 11:59:57 +0400 Message-ID: <000401bffde9$fb646050$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <1000804062515.ZM13220@candle.brasslantern.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > I.e. you've got to do `zmodload zsh/files' rather than `zmodload files'. Even with this fixed (hopefully) with Sven's patch it is still pretty confusing. Loading "files" loads "zsh/files" as well, but unloading "files" leaves "zsh/files" behind and unloading "zsh/files" is impossible (because "files" depends on it). -andrej