From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 961 invoked from network); 22 May 2001 07:21:44 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 May 2001 07:21:44 -0000 Received: (qmail 26888 invoked by alias); 22 May 2001 07:21:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14431 Received: (qmail 26873 invoked from network); 22 May 2001 07:21:37 -0000 Message-ID: To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: zsh-4.0.1-pre4 : manpath and MANPATH In-Reply-To: Your message of "Mon, 21 May 2001 16:29:43 -0000." <1010521162944.ZM10640@candle.brasslantern.com> Date: Mon, 21 May 2001 17:50:51 +0100 From: Peter Stephenson Bart wrote: > A challenge, eh? How about: > > setopt extendeglob > unset ${(k)parameters[(R)^*(readonly*|export|special)]} > > Of course this clobbers things like ZSH_NAME and ZSH_VERSION, which it > might be pretty difficult to restore to sane values. It's for parameters which *are* exported. setopt extendedglob unset ${(k)parameters[(R)*export*~*(readonly*|special)]} -- Peter Stephenson Software Engineer CSR Ltd., Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************