From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10855 invoked from network); 23 Jun 1998 14:21:10 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 23 Jun 1998 14:21:10 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id KAA11891; Tue, 23 Jun 1998 10:16:15 -0400 (EDT) Resent-Date: Tue, 23 Jun 1998 10:16:15 -0400 (EDT) From: Zefram Message-Id: <199806231416.PAA10597@taos.demon.co.uk> Subject: Re: Completion bug with `pwd`? To: borsenkow.msk@sni.de (Andrej Borsenkow) Date: Tue, 23 Jun 1998 15:16:10 +0100 (BST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <026301bd9eae$269a0c90$21c9ca95@mow.sni.de> from "Andrej Borsenkow" at Jun 23, 98 05:52:22 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"kDjnU1.0.hv2.kYxZr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4152 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Andrej Borsenkow wrote: >itsrm2% cat `pwd`/defTAB ==> >itsrm2% cat /home/bor/tmp/stawropol/def <=CURSOR here (after one space) Presumably you have tab bound to expand-or-complete, which will expand command substitutions rather than doing completion. -zefram