From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 326 invoked from network); 27 Jan 2007 19:10:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Jan 2007 19:10:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 18097 invoked from network); 27 Jan 2007 19:10:35 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jan 2007 19:10:35 -0000 Received: (qmail 15574 invoked by alias); 27 Jan 2007 19:10:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23137 Received: (qmail 15565 invoked from network); 27 Jan 2007 19:10:32 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Jan 2007 19:10:32 -0000 Received: (qmail 17769 invoked from network); 27 Jan 2007 19:10:32 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 27 Jan 2007 19:10:21 -0000 Received: from torch.brasslantern.com ([71.116.79.148]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JCJ0033LJWQEG77@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 27 Jan 2007 13:10:03 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id l0RJA1xg022859 for ; Sat, 27 Jan 2007 11:10:02 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id l0RJA1Qq022858 for zsh-workers@sunsite.dk; Sat, 27 Jan 2007 11:10:01 -0800 Date: Sat, 27 Jan 2007 11:10:01 -0800 From: Bart Schaefer Subject: Re: 4.3.2/20061219 -> 4.3.2/20070126 very broken In-reply-to: <20070127171501.GD8122@localhost.localdomain> To: zsh-workers@sunsite.dk Message-id: <070127111001.ZM22857@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20070127170726.GC8122@localhost.localdomain> <20070127171501.GD8122@localhost.localdomain> Comments: In reply to Alexey Tourbin "Re: 4.3.2/20061219 -> 4.3.2/20070126 very broken" (Jan 27, 8:15pm) On Jan 27, 8:15pm, Alexey Tourbin wrote: } } > The prompt cannot be displayed correctly and input is sort of broken } > (after pressing enter, the command is executed but the prompt is not } > displayed; pressing enter again gets the prompt back). } } local NULL=$'%{\ek\e\\%}' It appears that \\ is not being interpreted the same way it used to be. Here's 4.2.6: schaefer[501] NULL=$'%{\ek\e\\%}' schaefer[502] print -RP $NULL | cat -v ^[k^[\ Here's the latest 4.3.2: schaefer<501> NULL=$'%{\ek\e\\%}' schaefer<502> print -RP $NULL | cat -v ^[k^[