From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14779 invoked from network); 18 Aug 2005 09:56:30 -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 09:56:30 -0000 Received: (qmail 81417 invoked from network); 18 Aug 2005 09:56:24 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Aug 2005 09:56:24 -0000 Received: (qmail 6060 invoked by alias); 18 Aug 2005 09:56:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21660 Received: (qmail 6050 invoked from network); 18 Aug 2005 09:56:20 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 18 Aug 2005 09:56:20 -0000 Received: (qmail 81144 invoked from network); 18 Aug 2005 09:56:20 -0000 Received: from mailhost1.csr.com (HELO MAILSWEEPER01.csr.com) (81.105.217.43) by a.mx.sunsite.dk with SMTP; 18 Aug 2005 09:56:13 -0000 Received: from exchange03.csr.com (unverified [10.100.137.60]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id ; Thu, 18 Aug 2005 10:54:01 +0100 Received: from news01 ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC (5.0.2195.6713); Thu, 18 Aug 2005 10:56:20 +0100 Date: Thu, 18 Aug 2005 10:56:17 +0100 From: Peter Stephenson To: Clint Adams Cc: zsh-workers@sunsite.dk Subject: Re: some unicode issues [was Re: PATCH: fix 4, was Re: unpatch: metafying zle line] Message-Id: <20050818105617.01894eac.pws@csr.com> In-Reply-To: <20050816004557.GA19190@scowler.net> References: <200508121021.j7CAL18n012569@news01.csr.com> <20050815105717.723be294.pws@csr.com> <20050815150648.GA24152@scowler.net> <20050816004557.GA19190@scowler.net> Organization: Cambridge Silicon Radio X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Aug 2005 09:56:20.0510 (UTC) FILETIME=[1593CBE0:01C5A3DB] 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.5 required=5.0 tests=AWL,BAYES_00 autolearn=unavailable version=3.0.4 Clint Adams wrote: > This addresses that problem, though I suspect that the string should be > unmetafied elsewhere. Yes? No? Possibly, but most completion strings spend most of their life metafied. In zrefresh() characters come in as (wide) characters for display; completion lists, however, are initially metafied multibyte strings which need to be unmetafied. clnicezputs(), compzputs() and compnicezputs() handle this character by character. So it's normal to unmetafy at the last possible moment. Their may well be other special cases. -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. **********************************************************************