From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25940 invoked from network); 9 Mar 1999 21:49:25 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Mar 1999 21:49:25 -0000 Received: (qmail 11938 invoked by alias); 9 Mar 1999 21:49:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5723 Received: (qmail 11930 invoked from network); 9 Mar 1999 21:49:04 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14053.38696.42477.255017@awayteam.zanshin.com> Date: Tue, 9 Mar 1999 13:48:24 -0800 (PST) From: Bart Schaefer Reply-To: Bart Schaefer To: zsh-workers@sunsite.auc.dk Subject: Problem with default expand-or-complete after latest patches X-Authentication-Warning: c-bart.amazon.com: schaefer set sender to schaefer@tiny.zanshin.com using -f X-Mailer: VM 6.68a under Emacs 20.3.5.1 Using 3.1.5-pws-11 with the patches Sven posted overnight (well, overnight US Pacific Time) 3/8-3/9, I get this strange behavior: zsh% fpath=($PWD:h zsh% fpath=(src/ I expected to get "fpath=(/home/schaefer/src/" ... Note that this is *not* using the new completion functions.