From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14884 invoked from network); 5 Apr 2002 18:44:27 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Apr 2002 18:44:27 -0000 Received: (qmail 913 invoked by alias); 5 Apr 2002 18:44:10 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4818 Received: (qmail 901 invoked from network); 5 Apr 2002 18:44:09 -0000 From: "Will Sargent" To: "Joakim Ryden" , "Zsh users list" Subject: Stuff I don't understand Date: Fri, 5 Apr 2002 10:43:20 -0800 Message-ID: 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: <20020405104500.GA8357@forumone.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 > isn't this the constant tech (user) problem? when was the last time you > heard a user ask The Right Question[tm]? kind of a chicken/egg thing; > the techie can't read the user's mind and the user doesn't know how to > formulate his questionsi/comments. (FWIW, i think the user's guide does > a pretty good job at reading minds although there should always > be room for > improvment of course). I don't quite understand compset. Or local -- and what curcontext="$curcontext" means. Or typeset. Also, I'm using modules) cd $DYNAMO_HOME/.. match=() compset -P '(#b)(*.)' basedir=${match[1]//.//} _alternative \ 'modules:module:compadd -qS. $basedir*~$basedir*.*(/:t)' ;; to do my module completion but I don't really understand how compadd recurses through the directories. Also, whenever I use this completion it moves me out of my directory. Is there any way I can do an 'inplace' cd? Will.