From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15830 invoked from network); 9 Mar 1999 12:17:37 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Mar 1999 12:17:37 -0000 Received: (qmail 11593 invoked by alias); 9 Mar 1999 12:16:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5703 Received: (qmail 11586 invoked from network); 9 Mar 1999 12:16:45 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: _path_files and variables Date: Tue, 9 Mar 1999 15:15:34 +0300 Message-ID: <005201be6a26$88b3aa50$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.2901 bor@itsrm2:~%> cd /tools/bin bor@itsrm2:/tools/bin%> l ${PWD}/z Beep but bor@itsrm2:/tools/bin%> zsh -f itsrm2% l ${PWD}/z zip* zipinfo* zsh* zsh-3.1.5-pws-8* zipcloak* zipnote* zsh-3.1.5-pws-10* zsh-3.1.5-pws-9* zipgrep* zipsplit* zsh-3.1.5-pws-11* zsh.old* I quite often used completion at least with $PWD And I suspect, that the following will break (sigh ...): ${PWD/foo/bar}/TAB not that I expect it to be used so often :-) /andrej