From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id HAA11516 for ; Sat, 19 Oct 1996 07:48:50 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA21161; Fri, 18 Oct 1996 17:45:34 -0400 (EDT) Resent-Date: Fri, 18 Oct 1996 17:40:02 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199610182139.XAA00655@turan.cs.elte.hu> Subject: Re: filename completion question... In-Reply-To: <199610182007.NAA00811@kontiki.Eng.Sun.COM> from John S Cooper at "Oct 18, 96 01:07:43 pm" To: john.cooper@Eng.Sun.COM (John S Cooper) Date: Fri, 18 Oct 1996 23:39:15 +0200 (MET DST) Cc: zsh-users@math.gatech.edu Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL27 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"nQYFq3.0.d65.oa_Po"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/443 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu John S Cooper wrote: > > I'm able to complete this: > > $ LD_LIBRARY_PATH=~/sdtm # works > > .. but not this: > > $ export LD_LIBRARY_PATH=~/sdtm # fails Try compctl -qv -S '=' -x 'N[-1,=]' -f -- export > Anyone know how to fix this? I'm using zsh 3.0.0 under Solaris 2.6 . is Solaris 2.6 already out? I thought 2.5.1 is the latest version. You work at SUN so I suppose it is just an internal release. Zoltan