From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5490 invoked from network); 22 Sep 2008 18:39:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) 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.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Sep 2008 18:39:52 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 71386 invoked from network); 22 Sep 2008 18:39:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Sep 2008 18:39:47 -0000 Received: (qmail 34 invoked by alias); 22 Sep 2008 18:39:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25724 Received: (qmail 17 invoked from network); 22 Sep 2008 18:39:41 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Sep 2008 18:39:41 -0000 Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by bifrost.dotsrc.org (Postfix) with ESMTP id 3330A80309A8 for ; Mon, 22 Sep 2008 20:39:36 +0200 (CEST) Received: by ey-out-2122.google.com with SMTP id 25so468697eya.3 for ; Mon, 22 Sep 2008 11:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ErBM/3wD6ueMDXpqb35I4TZGRkxuSkRcfkfsagu3pgE=; b=sfxDwV9rNo/T68qgZd1rSricdojNI7rvbkQ/yFtTSximwyHg/DcWXfv/2RBf8W4fkw VlfFPtvURRPfhE1mO9B8yawYxfDfcNdyqkPDMPEcDJhQVDQ84eSoTAsqJcKPfmBf9NKB RWdEA5SyzmV7Tznh5RFyK7uN0lwYecpXgB5VE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aqqjfQrF4FbkZiyYbbqXZTUyRHY/NIZDuIgH7QCD9UiKJWoCIcgwQ7ZpOUUaVDDEsd ypTY0ARszwsGkAaZLZ2fXFWnTlPkk5L6yukqkkpzrSuRzGh9BTziL8ORM1yz5zM7NqDo o8fgqwxw/TKUR5Q6n7Zi9YeKJ9DmDmKWsAARg= Received: by 10.210.81.3 with SMTP id e3mr5271579ebb.181.1222108773611; Mon, 22 Sep 2008 11:39:33 -0700 (PDT) Received: by 10.210.19.20 with HTTP; Mon, 22 Sep 2008 11:39:33 -0700 (PDT) Message-ID: <237967ef0809221139l3075ce9amf1b2e549dc667402@mail.gmail.com> Date: Mon, 22 Sep 2008 20:39:33 +0200 From: "Mikael Magnusson" To: "Peter Stephenson" Subject: Re: PATCH: (large) initial support for combining characters in ZLE. Cc: "Zsh Hackers' List" In-Reply-To: <200809221836.m8MIa4Ww006503@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <237967ef0809221116y33cba57cj9c3654eb2410cb95@mail.gmail.com> <200809221836.m8MIa4Ww006503@pws-pc.ntlworld.com> X-Virus-Scanned: ClamAV 0.92.1/8309/Mon Sep 22 19:31:30 2008 on bifrost X-Virus-Status: Clean 2008/9/22 Peter Stephenson : > "Mikael Magnusson" wrote: >> zsh -f >> print -z $'a\u0342' >> push-input >> setopt combiningchars >> boom > > I can get something untoward to happen if I move the cursor on top of > the combining tilde first, if that's what you mean. Ah yes, I forgot that bit. Thanks :). -- Mikael Magnusson