From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22822 invoked from network); 17 Feb 2000 18:36:12 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Feb 2000 18:36:12 -0000 Received: (qmail 3790 invoked by alias); 17 Feb 2000 18:36:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9779 Received: (qmail 3782 invoked from network); 17 Feb 2000 18:36:04 -0000 To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: _expand Date: Thu, 17 Feb 2000 18:39:39 +0000 From: Peter Stephenson Message-Id: I have a more basic problem with _expand than Oliver's. % bindkey '^i' complete-word % zstyle ':completion:*' completer _expand _complete % zstyle ':completion:*' glob 1 % zstyle ':completion:*' substitute 1 % foo=bar % echo $foo -> echo $foo _ Where's my bar? This happens from zsh -f with compinit. Furthermore, % echo `echo $foo` gives the error _expand:30: command not found: echo bar Same using $(...). -- Peter Stephenson