From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2288 invoked from network); 27 Jan 2007 17:15:25 -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.2 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 17:15:25 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 12666 invoked from network); 27 Jan 2007 17:15:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jan 2007 17:15:19 -0000 Received: (qmail 1793 invoked by alias); 27 Jan 2007 17:15:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23135 Received: (qmail 1783 invoked from network); 27 Jan 2007 17:15:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Jan 2007 17:15:16 -0000 Received: (qmail 12345 invoked from network); 27 Jan 2007 17:15:16 -0000 Received: from master.altlinux.org (62.118.250.235) by a.mx.sunsite.dk with SMTP; 27 Jan 2007 17:15:11 -0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by master.altlinux.org (Postfix) with ESMTP id 264C8E3885 for ; Sat, 27 Jan 2007 20:15:11 +0300 (MSK) Received: by localhost.localdomain (Postfix, from userid 500) id 6036A36C8F5; Sat, 27 Jan 2007 20:15:01 +0300 (MSK) Date: Sat, 27 Jan 2007 20:15:01 +0300 From: Alexey Tourbin To: zsh-workers@sunsite.dk Subject: Re: 4.3.2/20061219 -> 4.3.2/20070126 very broken Message-ID: <20070127171501.GD8122@localhost.localdomain> Mail-Followup-To: zsh-workers@sunsite.dk References: <20070127170726.GC8122@localhost.localdomain> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rqzD5py0kzyFAOWN" Content-Disposition: inline In-Reply-To: <20070127170726.GC8122@localhost.localdomain> --rqzD5py0kzyFAOWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 27, 2007 at 08:07:26PM +0300, Alexey Tourbin wrote: > Hello, > 4.3.2/20061219 -> 4.3.2/20070126 >=20 > 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). >=20 > git-bisect blames > 23097: splitting of $'...' strings in completion PS: here is what my prompt is: myprompt() { =20 autoload colors -U && colors local COLOR=3Dgreen local WINDOW=3D"%{$fg_bold[$COLOR]%}${WINDOW:--}%{$fg_no_bold[$COLO= R]%}" local NULL=3D$'%{\ek\e\\%}' PROMPT=3D"$NULL%{$fg[$COLOR]%}%n@%m %3~ $WINDOW %(!.#.$) %{$fg[defa= ult]%}" } myprompt =20 --rqzD5py0kzyFAOWN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFu4iVfBKgtDjnu0YRAvjXAKDnFe0J+jdvQEDyFGd5+fwxXRgWfwCfSAQ9 wF85JZAN0hTahW35uJMRwa8= =nVcX -----END PGP SIGNATURE----- --rqzD5py0kzyFAOWN--