From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4298 invoked from network); 29 Mar 2001 15:56:22 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Mar 2001 15:56:21 -0000 Received: (qmail 4110 invoked by alias); 29 Mar 2001 15:56:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13841 Received: (qmail 4093 invoked from network); 29 Mar 2001 15:56:13 -0000 From: "Bart Schaefer" Message-Id: <1010329155505.ZM19100@candle.brasslantern.com> Date: Thu, 29 Mar 2001 15:55:04 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: interactivecomments and $(...) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii zagzig[664] echo #compdef foo 4.0.1-pre-2 #compdef foo zagzig[665] echo $(echo #compdef foo) 4.0.1-pre-2 zagzig[666] 4.0.1-pre-2 Hey! I'm not supposed to need to quote the `#' in $(...), am I? This is an interactive shell, and interactivecomments is not set (nor is extendedglob). What gives? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net