From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14158 invoked from network); 27 Sep 2005 18:44:18 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Sep 2005 18:44:18 -0000 Received: (qmail 30741 invoked from network); 27 Sep 2005 18:44:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Sep 2005 18:44:09 -0000 Received: (qmail 13082 invoked by alias); 27 Sep 2005 18:44:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21773 Received: (qmail 13072 invoked from network); 27 Sep 2005 18:44:04 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Sep 2005 18:44:04 -0000 Received: (qmail 30387 invoked from network); 27 Sep 2005 18:44:03 -0000 Received: from vms042pub.verizon.net (206.46.252.42) by a.mx.sunsite.dk with SMTP; 27 Sep 2005 18:44:02 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0INH00KJPFO09QU0@vms042.mailsrvcs.net> for zsh-workers@sunsite.dk; Tue, 27 Sep 2005 10:43:13 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j8RFhBiP023305 for ; Tue, 27 Sep 2005 08:43:11 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j8RFhB3N023304 for zsh-workers@sunsite.dk; Tue, 27 Sep 2005 08:43:11 -0700 Date: Tue, 27 Sep 2005 15:43:11 +0000 From: Bart Schaefer Subject: Re: More on getkeycmd() In-reply-to: <20050927160120.5d4326f7.pws@csr.com> To: zsh-workers@sunsite.dk Message-id: <1050927154311.ZM23303@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <1050927145304.ZM23258@candle.brasslantern.com> <20050927160120.5d4326f7.pws@csr.com> Comments: In reply to Peter Stephenson "Re: More on getkeycmd()" (Sep 27, 4:01pm) 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 On Sep 27, 4:01pm, Peter Stephenson wrote: } } I suppose you mean a key binding XYA in the local map hides XC or XYB in the } global map. No, I mean local binding XYA hides global bindings X or XY. XC or XYB would still work. } I would think that's bad. Clearly the XC or XYB scenario would be, but (notably in the case of menu- selection) I'm not as certain about X and XY. However, I'll go ahead and commit 21770.