From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14772 invoked from network); 23 Apr 1997 17:13:20 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 23 Apr 1997 17:13:20 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA00915; Wed, 23 Apr 1997 13:05:27 -0400 (EDT) Resent-Date: Wed, 23 Apr 1997 13:05:02 -0400 (EDT) Sender: gjb@cs.washington.edu To: zsh-users@math.gatech.edu Subject: Completion inside braces From: Greg Badros Date: 23 Apr 1997 10:08:14 -0700 Message-ID: X-Mailer: Gnus v5.4.11/Emacs 19.34 Resent-Message-ID: <"jUtDz.0.zC.-4aNp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/836 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Is there any straightforward way to make completion work when you're inside braces. e.g. I'd like: cp ~gjb/archive/{zsh.tgz,xterm[TAB] to complete on ~gjb/archive/xterm I realize the general case can be complex, but still seems tractable. Can one do this w/o changing zsh source? Is it doable? Thanks, Greg