From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8380 invoked by alias); 30 Jan 2012 20:55:31 -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: 30159 Received: (qmail 23400 invoked from network); 30 Jan 2012 20:55:30 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.171 as permitted sender) Received-SPF: pass (google.com: domain of mikachu@gmail.com designates 10.182.231.100 as permitted sender) client-ip=10.182.231.100; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mikachu@gmail.com designates 10.182.231.100 as permitted sender) smtp.mail=mikachu@gmail.com; dkim=pass header.i=mikachu@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bljKCaEUSeMSv0/MdoIp4glQHY0Hk97yG7qY1Jn9Wdo=; b=QNfefLPlCqVAj/QB4dseiE9N6jGatlLtaPBqim1E9QTyVVV3n9ehyDXhHfm8mzKkyZ qMu0P0PHjCu9MhnnMeU5ig/Y5XcsbFRs0n2ldmMy6IiEsQWZjNQC/1M8g1U+Z1Mx1KKR LuD/DsTer9t0pBGwMeQcFd11cxNWBR40Z1m2U= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 30 Jan 2012 21:47:15 +0100 Message-ID: Subject: Re: Multibyte issue in 4.3.15 From: Mikael Magnusson To: Richard Hartmann Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On 30 January 2012 21:41, Richard Hartmann wrote: > Hi all, > > > I did not see this particular issue get bounced to the ML, so here it is: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589300 > > Basically, a multibyte char eats the prompt if you recall it from > history repeatedly. I don't see why typing ' -w' should insert '-w '? (Typing the same sequence in vim produces the same as in zsh, ie, pressing w jumps to the start of the next word, not the end of the current one). I also can't reproduce the prompt issue, that's probably a broken setup. Ask him to reproduce from zsh -f. -- Mikael Magnusson