From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9237 invoked from network); 22 Sep 2005 02:11:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Sep 2005 02:11:46 -0000 Received: (qmail 83491 invoked from network); 22 Sep 2005 02:11:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Sep 2005 02:11:40 -0000 Received: (qmail 1941 invoked by alias); 22 Sep 2005 02:11:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21746 Received: (qmail 1932 invoked from network); 22 Sep 2005 02:11:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 22 Sep 2005 02:11:36 -0000 Received: (qmail 83210 invoked from network); 22 Sep 2005 02:11:36 -0000 Received: from mail1.kontent.de (81.88.34.36) by a.mx.sunsite.dk with SMTP; 22 Sep 2005 02:11:35 -0000 Received: from caphuso.rueger.local (p5481CC88.dip.t-dialin.net [84.129.204.136]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by Mail1.KONTENT.De (Postfix) with ESMTP id 6DFEB10D4FF8 for ; Thu, 22 Sep 2005 04:11:34 +0200 (CEST) Received: from caphuso by caphuso.rueger.local with local (Exim 4.52) id 1EIGYd-0007Nk-CT for zsh-workers@sunsite.dk; Thu, 22 Sep 2005 04:11:31 +0200 Date: Thu, 22 Sep 2005 04:11:31 +0200 From: Stephen Rueger To: zsh-workers@sunsite.dk Subject: Re: maybe PATCH: 21731 broke handling of prompts with newlines in it Message-ID: <20050922021131.GA28308@rechnerpost.org> Mail-Followup-To: zsh-workers@sunsite.dk References: <20050922011144.GA26563@rechnerpost.org> <20050922014203.GA23563@scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050922014203.GA23563@scowler.net> X-seti: 2502 User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 On Wed, Sep 21, 2005 at 09:42:03PM -0400, Clint Adams wrote: > > - if (multi) { > > + if (!multi) { > > I'm committing this. However, the logic to set 'multi' appears to be > lacking. It's at line 896: /* else character is incomplete, keep looking. */ multi = 1; -- Stephen Rüger stephen.rueger@rechnerpost.org