From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29607 invoked from network); 8 Dec 2008 06:44:27 -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.5 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; 8 Dec 2008 06:44:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 37709 invoked from network); 8 Dec 2008 06:44:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Dec 2008 06:44:12 -0000 Received: (qmail 9899 invoked by alias); 8 Dec 2008 06:43:52 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13545 Received: (qmail 9880 invoked from network); 8 Dec 2008 06:43:51 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 8 Dec 2008 06:43:51 -0000 Received: from mx.spodhuis.org (redoubt.spodhuis.org [193.202.115.177]) by bifrost.dotsrc.org (Postfix) with ESMTPS id D2B4780308BE for ; Mon, 8 Dec 2008 07:43:48 +0100 (CET) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=d200807; d=spodhuis.org; h=Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:Content-Transfer-Encoding:In-Reply-To; b=V0iV+XzPG6SWIA8Gk06pJG6XQ1IK1myPOu0GeufEddyJCnVlzkP1sSW+KwNYuyAwjAsbP8AmWcn2ULIog3qYa2gZ0z7f4/F9ks9Zoljwx+K21cALUaWGX9sl4Hxg1o+jEbjvr+OPf0jplFpDnxt2dL2on7yC0bVSW8R0sO8Swo8=; Received: by smtp.spodhuis.org with local id 1L9ZqH-0004e9-QR; Mon, 08 Dec 2008 06:43:41 +0000 Date: Sun, 7 Dec 2008 22:43:41 -0800 From: Phil Pennock To: Zsh Users Subject: Re: utf-8 and zsh Message-ID: <20081208064341.GA17746@redoubt.spodhuis.org> Mail-Followup-To: Zsh Users References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Virus-Scanned: ClamAV 0.92.1/8731/Mon Dec 8 05:31:15 2008 on bifrost X-Virus-Status: Clean On 2008-12-07 at 17:26 -0500, Benjamin R. Haskell wrote: > Attached is a patch against CVS. The code for ì was in both sets. > Corrected to the code for í in the '-row. You might also find http://www.zsh.org/mla/workers/2007/msg00306.html useful; X-seq: zsh-workers 23385 add_composition_pair (which I never did give a better name to), digraph_decimal and digraphs. FWIW, I use ^Xk because the 'k' is close enough to vim's ^k for digraphs that I can remember it. Then any digraphs I actually use, I make sure exist in both vim and zsh. For me, this is more portable than X11 composition but I tend to do things like ssh in from MacOS or even Windows (via PuTTY), so between zsh and vim I'm mostly covered. -Phil