From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24438 invoked from network); 14 Dec 2005 19:25:48 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 14 Dec 2005 19:25:48 -0000 Received: (qmail 568 invoked from network); 14 Dec 2005 19:25:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Dec 2005 19:25:42 -0000 Received: (qmail 20912 invoked by alias); 14 Dec 2005 19:25:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22079 Received: (qmail 20903 invoked from network); 14 Dec 2005 19:25:38 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Dec 2005 19:25:38 -0000 Received: (qmail 243 invoked from network); 14 Dec 2005 19:25:38 -0000 Received: from lorien.emufarm.org (HELO lorien.comfychair.org) (64.81.48.166) by a.mx.sunsite.dk with SMTP; 14 Dec 2005 19:25:37 -0000 Received: from lorien.comfychair.org (localhost [127.0.0.1]) by lorien.comfychair.org (8.13.4/8.13.4) with ESMTP id jBEJPd09024377; Wed, 14 Dec 2005 11:25:40 -0800 Received: (from duvall@localhost) by lorien.comfychair.org (8.13.4/8.13.4/Submit) id jBEJPdpn024376; Wed, 14 Dec 2005 11:25:39 -0800 Date: Wed, 14 Dec 2005 11:25:39 -0800 From: Danek Duvall To: Peter Stephenson Cc: Zsh hackers list Subject: Re: [22076] PATCH: multibyte FAQ Message-ID: <20051214192539.GE3640@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Peter Stephenson , Zsh hackers list References: <200512141831.jBEIV3qQ028002@news01.csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512141831.jBEIV3qQ028002@news01.csr.com> User-Agent: mutt-ng/devel-r535 (Linux) On Wed, Dec 14, 2005 at 06:31:03PM +0000, Peter Stephenson wrote: > + bindkey: warning: `bindkey -m' disables multibyte support Noting that I haven't actually tried 4.3 yet, what happens to people who use bindkey -m to get all the M- bindings? I use them all the time, and can't imagine not being able to use them. Do you have to find new bindings for those widgets, or does M-whatever still work, but there's a new way of binding those keystrokes? Danek