From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3170 invoked from network); 10 Aug 1998 11:42:43 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 10 Aug 1998 11:42:43 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id HAA08413; Mon, 10 Aug 1998 07:32:56 -0400 (EDT) Resent-Date: Mon, 10 Aug 1998 07:32:47 -0400 (EDT) Sender: B.Stephens@isode.com To: ZSH Users Subject: Re: sorting/uniq-ing an array? References: <19980809025636.18149@astaroth.nit.gwu.edu> <980809044123.ZM19065@candle.brasslantern.com> <19980809123608.01170@astaroth.nit.gwu.edu> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 10 Aug 1998 12:34:31 +0100 In-Reply-To: Sweth Chandramouli's message of "Sun, 9 Aug 1998 12:36:08 -0400" Message-ID: X-Mailer: Gnus v5.6.27/XEmacs 20.4 - "Emerald" Resent-Message-ID: <"ikMPq1.0.u22.Vfjpr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1718 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sweth Chandramouli writes: > i actually had thought that there was some sort of typeset switch to > do this, but did a man typeset, and didn't see any. i now realize > that the typeset manpage on my machine is for the ksh and csh > versions, and that the zsh one is only in the zshbuiltins manpage. Ah, you want Tom Phelp's TkMan, which shows when there are multiple manpages with the same name, and provides a menu of them. . "typeset -U" works for arrays, and so works for path. Unfortunately, it doesn't work with (for example) LD_LIBRARY_PATH, which is a colon-separated list. Annoying: this really needs configurableness.