From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 747 invoked from network); 18 Aug 2005 18:48:41 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Aug 2005 18:48:41 -0000 Received: (qmail 98898 invoked from network); 18 Aug 2005 18:48:36 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Aug 2005 18:48:36 -0000 Received: (qmail 29459 invoked by alias); 18 Aug 2005 18:48:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21666 Received: (qmail 29450 invoked from network); 18 Aug 2005 18:48:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 18 Aug 2005 18:48:33 -0000 Received: (qmail 98611 invoked from network); 18 Aug 2005 18:48:33 -0000 Received: from cluster-e.mailcontrol.com (HELO rly17e.srv.mailcontrol.com) (217.79.216.190) by a.mx.sunsite.dk with SMTP; 18 Aug 2005 18:48:26 -0000 Received: from iris.logica.co.uk (iris.logica.co.uk [158.234.9.163]) by rly17e.srv.mailcontrol.com (MailControl) with ESMTP id j7IImLiN021143 for ; Thu, 18 Aug 2005 19:48:21 +0100 Received: from trentino.logica.co.uk ([158.234.142.59]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id j7IImLTp017931 for ; Thu, 18 Aug 2005 19:48:21 +0100 Received: from trentino.groupinfra.com (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id F1FE8883F8 for ; Thu, 18 Aug 2005 20:48:20 +0200 (CEST) X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <200508181543.j7IFhDjV003092@news01.csr.com> From: Oliver Kiddle References: <200508181543.j7IFhDjV003092@news01.csr.com> To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: PATCH: insert-unicode-char Date: Thu, 18 Aug 2005 20:48:20 +0200 Message-ID: <14640.1124390900@trentino.groupinfra.com> X-Scanned-By: MailControl A-05-01-05 (www.mailcontrol.com) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) 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.0.4 Peter wrote: > First go at a function to compose Unicode characters based on > two-character sequences. Nice. > Index: Functions/Zle/insert-unicode-char Presumably this works perfectly well in non-unicode locales if the resultant character is available. Given that, is insert-unicode-char (as opposed to something like compose-char) the best name? I'm sure you know this but for the benefit of anyone that doesn't, it's possible to configure a compose key with xmodmap. It think the applicable line (for the rightmost Windows key) is: keycode 117 = Multi_key Oliver This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.