From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25287 invoked from network); 25 Aug 2000 10:21:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Aug 2000 10:21:50 -0000 Received: (qmail 16687 invoked by alias); 25 Aug 2000 10:21:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12695 Received: (qmail 16636 invoked from network); 25 Aug 2000 10:21:13 -0000 Date: Thu, 24 Aug 2000 22:29:32 +0100 From: Adam Spiers To: zsh workers mailing list Subject: comments break \ at end of line Message-ID: <20000824222932.A15971@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux % foo () { > echo hello, \ > # this is a comment > world > } % foo hello, foo:3: command not found: world which is the same issue as % echo hello, \ > # comment hello, This may be intentional, but if so, it strikes me as a rather undesirable feature, or at least one which you should be able to turn off.