From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10575 invoked from network); 9 Sep 2005 13:44:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 Sep 2005 13:44:21 -0000 Received: (qmail 7721 invoked from network); 9 Sep 2005 13:44:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Sep 2005 13:44:14 -0000 Received: (qmail 12798 invoked by alias); 9 Sep 2005 13:44:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21717 Received: (qmail 12789 invoked from network); 9 Sep 2005 13:44:11 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 9 Sep 2005 13:44:11 -0000 Received: (qmail 7443 invoked from network); 9 Sep 2005 13:44:11 -0000 Received: from mailhost1.csr.com (HELO MAILSWEEPER01.csr.com) (81.105.217.43) by a.mx.sunsite.dk with SMTP; 9 Sep 2005 13:44:02 -0000 Received: from exchange03.csr.com (unverified [10.100.137.60]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Fri, 9 Sep 2005 14:41:44 +0100 Received: from news01 ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC (5.0.2195.6713); Fri, 9 Sep 2005 14:45:06 +0100 Date: Fri, 9 Sep 2005 14:44:00 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: various weirdnesses with unicode support Message-Id: <20050909144400.00a1ee91.pws@csr.com> In-Reply-To: <237967ef0509090529696382d7@mail.gmail.com> References: <237967ef05090713304637c1f1@mail.gmail.com> <237967ef0509090529696382d7@mail.gmail.com> 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: 09 Sep 2005 13:45:06.0858 (UTC) FILETIME=[B034C8A0:01C5B544] 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=ham version=3.0.4 Mikael Magnusson wrote: > I just hit one thing i forgot about. The minibuffer doesn't seem to > work at all. I just tried zsh -f and ran > bindkey '^a' where-is > and it doesn't work, so it's not my rc file being weird or something. > The prompt does show up but i can't enter any characters into it. > (ctrl-r history search still works fine though). Oops. Index: Src/Zle/zle_misc.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Zle/zle_misc.c,v retrieving revision 1.27 diff -u -r1.27 zle_misc.c --- Src/Zle/zle_misc.c 9 Sep 2005 11:48:28 -0000 1.27 +++ Src/Zle/zle_misc.c 9 Sep 2005 13:42:10 -0000 @@ -955,7 +955,7 @@ else { #ifdef ZLE_UNICODE_SUPPORT if (!lastchar_wide_valid) - getrestchar(0); + getrestchar(lastchar); if (iswcntrl(lastchar_wide)) #else if (icntrl(lastchar)) -- 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. **********************************************************************