From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19422 invoked from network); 13 Jul 2003 02:52:22 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Jul 2003 02:52:22 -0000 Received: (qmail 15058 invoked by alias); 13 Jul 2003 02:52:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18842 Received: (qmail 15044 invoked from network); 13 Jul 2003 02:52:18 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 13 Jul 2003 02:52:18 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.27.190.146] by sunsite.dk (MessageWall 1.0.8) with SMTP; 13 Jul 2003 2:52:17 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id TAA13708 for ; Sat, 12 Jul 2003 19:38:33 -0700 Received: from phil by ceramic.fifi.org with local (Exim 3.35 #1 (Debian)) id 19bWke-0000Fi-00 for ; Sat, 12 Jul 2003 19:38:12 -0700 To: zsh-workers@sunsite.dk Subject: Bug in ${(Q)...} Mail-Copies-To: nobody From: Philippe Troin Date: 12 Jul 2003 19:38:12 -0700 Message-ID: <871xwvm9rf.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin % emulate -R zsh % setopt extended_glob % echo $ZSH_VERSION "<${(Q)${$(print hello)/%hello#}}>" 4.0.6 < > Shouldn't that be: 4.0.6 <> (no space) But note that: % echo $ZSH_VERSION "<${(Q)$(print hello)/%hello#}>" 4.0.6 <> And that sounds good. Phil.