From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58 invoked from network); 22 Jan 2008 03:39:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Jan 2008 03:39:39 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 29884 invoked from network); 22 Jan 2008 01:50:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Jan 2008 01:50:14 -0000 Received: (qmail 25038 invoked by alias); 22 Jan 2008 01:50:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24431 Received: (qmail 25017 invoked from network); 22 Jan 2008 01:50:08 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Jan 2008 01:50:08 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id D4DA68058F58 for ; Tue, 22 Jan 2008 02:49:11 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Tue, 22 Jan 2008 02:49:11 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 3336B5C19E; Mon, 21 Jan 2008 20:49:14 -0500 (EST) Date: Mon, 21 Jan 2008 20:49:15 -0500 From: Clint Adams To: Mikael Magnusson Cc: zsh-workers@sunsite.dk Subject: Re: Unicode problem Message-ID: <20080122014915.GE16813@scowler.net> Mail-Followup-To: Mikael Magnusson , zsh-workers@sunsite.dk References: <20080117120932.4458d35a@news01> <200801211415.m0LEFbbU017355@news01.csr.com> <237967ef0801210629t201392a6h4d28fe80fcb5ab44@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <237967ef0801210629t201392a6h4d28fe80fcb5ab44@mail.gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Jan 21, 2008 at 03:29:48PM +0100, Mikael Magnusson wrote: > I guess what you want to do in zsh is just count them as width 0, and > have the cursor skip over them, so if you are on the right of a<336> > and press left you should end up to the left of a. If the user types Hmm, it would seem less surprising to me if character-based zle widgets did not act upon multiple wide characters at a time.