From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id DAA15634 for ; Sun, 7 Jul 1996 03:40:49 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA15605; Sat, 6 Jul 1996 13:34:07 -0400 (EDT) Resent-Date: Sat, 6 Jul 1996 13:29:49 -0400 (EDT) Date: Sat, 6 Jul 1996 19:24:09 +0200 Message-Id: <199607061724.TAA06515@squirrel.owl.de> From: Johannes Kroeger To: zsh-users@math.gatech.edu Subject: Trying to complete process substitution args crashes zsh-3.0-pre2 Resent-Message-ID: <"7kcG62.0.Go3.CAgtn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/273 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I run zsh-3.0-pre2 under Linux 2.0.3 with the following options: ~% setopt alwaystoend autolist autoparamkeys autopushd autoremoveslash bgnice completeinword correctall cshnullglob extendedglob hashcmds hashdirs hashlistall histignoredups histignorespace interactive listambiguous listtypes mailwarning monitor nobeep noclobber nohup numericglobsort pushdignoredups pushdsilent pushdtohome shinstdin zle and no fancy completion scripts. When I type the following command: ~% diff <(zcat file1.gz) <(zcat file2.gz) | less I can complete the word "diff" with TAB, but not the word "zcat" in the <(...) construction. Typing TAB after <(zc lists all commands beginning with zc, but repeating the TAB keystroke after <(zca crashes the shell. The same goes for >(...) constructions. -- Johannes Kroeger Send me mail with subject "send pgp-key" to get my PGP key