From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2710 invoked by alias); 28 Jul 2012 20:12:03 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30592 Received: (qmail 23686 invoked from network); 28 Jul 2012 20:12:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.82.43 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=QCfivRGbSRnhb6/w4luu7ZIA/ItKBbQqpncgn8S/C40=; b=DFRitdBr3DDV9X4Xpr8G4r/O5CRIShUv/aaJ8+DC7X+f6GfHr7uPuNpPnIApF6XDRJ QSfBoOcw0g5iu4VuYLtpaoKWXMA4FsNaKFRBx9mn5RtlSRFm/bz3o6uPAH3M/O6p/aMT XeBtOko1DzB/oLxTUphWMd5Mzga7ytFX6Kxcb1ld/FfoxxMm61h9He1vzDLJ5Hnn7q8X e7ZiDJOdmLNscZLOx4uDFA7qKmpFhAS/zEMNR9pDZUIBwGALCVUBjdbQQpKHJTBeDX8W tyGkRlu46XcknF2mhmL0+DUYJn9vIWuPJjn/qonJ216Syi+PCL/KHJ0llnaMnNktJ/Pv /rLQ== X-ProxyUser-IP: 86.6.29.42 Date: Sat, 28 Jul 2012 21:06:20 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: wcwidth autoconf bug Message-ID: <20120728210620.0556ecf3@pws-pc.ntlworld.com> In-Reply-To: <20120725090341.7D96114A513@mail.netbsd.org> References: <20120725090341.7D96114A513@mail.netbsd.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQksNUc6d58cwOaf+OXU0JCOjUYK6mgsTaWIGw58yU0FzHhcMe6dv6X6hHIO1EcB3dQY5G/o On Wed, 25 Jul 2012 09:03:41 +0000 (UTC) yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: > the conditional broken_wcwidth seems inverted. Not as far as I can see. The programme is designed to return 0 (success) if it's been through all the stages of the test to see if wcwidth is present but broken. In that case the variable should be set to "yes". -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/