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 HAA11507 for ; Sat, 19 Oct 1996 07:42:02 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA20861; Fri, 18 Oct 1996 17:39:23 -0400 (EDT) Resent-Date: Fri, 18 Oct 1996 17:33:15 -0400 (EDT) Message-Id: <199610182133.XAA07765@boukha.ens-lyon.fr> Date: Fri, 18 Oct 1996 23:33:03 +0200 From: vlefevre@ens-lyon.fr (Vincent Lefevre) To: zsh-users@math.gatech.edu Subject: Re: filename completion question... In-Reply-To: <199610182007.NAA00811@kontiki.Eng.Sun.COM>; from John S Cooper on Oct 18, 1996 13:07:43 -0700 References: <199610182007.NAA00811@kontiki.Eng.Sun.COM> X-Mailer: Mutt 0.47 Mime-Version: 1.0 Resent-Message-ID: <"_mUuD1.0.q35.QU_Po"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/442 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 writes: > $ export LD_LIBRARY_PATH=~/sdtm # fails Change the completion rule for export. Here's mine: compctl -v -S '=' -x 'N[1,@] p[1,-1]' -k hosts - 'N[1,=] p[1,-1]' -f -- export (It can be improved. For instance, after DISPLAY=, it should do a host completion...) -- Vincent Lefevre, vlefevre@ens-lyon.fr | Acorn RiscPC600, 20+1MB RAM, Eagle M2 http://www.ens-lyon.fr/~vlefevre | Apple CD-300, SyQuest 270MB PhD in Computer Science, 1st year | Atari Falcon030, 4MB RAM ------------------------------------------------------------------------------