From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15267 invoked from network); 22 Jan 2009 21:25:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Jan 2009 21:25:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 73240 invoked from network); 22 Jan 2009 21:25:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Jan 2009 21:25:49 -0000 Received: (qmail 10715 invoked by alias); 22 Jan 2009 21:25:45 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26406 Received: (qmail 10704 invoked from network); 22 Jan 2009 21:25:44 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Jan 2009 21:25:44 -0000 Received: from QMTA08.westchester.pa.mail.comcast.net (qmta08.westchester.pa.mail.comcast.net [76.96.62.80]) by bifrost.dotsrc.org (Postfix) with ESMTP id 592B980271F0 for ; Thu, 22 Jan 2009 22:25:40 +0100 (CET) Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59]) by QMTA08.westchester.pa.mail.comcast.net with comcast id 6cyp1b0011GhbT858lRhy4; Thu, 22 Jan 2009 21:25:41 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA07.westchester.pa.mail.comcast.net with comcast id 6lRg1b0155M2Np63TlRg2q; Thu, 22 Jan 2009 21:25:41 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id A5039B30148 for ; Thu, 22 Jan 2009 16:25:39 -0500 (EST) Received: by lwm.klanderman.net (Postfix, from userid 500) id 7CECF9FC5EF; Thu, 22 Jan 2009 16:25:39 -0500 (EST) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: changing bindings in isearch mode? Reply-To: gak@klanderman.net Date: Thu, 22 Jan 2009 16:25:39 -0500 In-Reply-To: <090122015716.ZM17107@torch.brasslantern.com> (Bart Schaefer's message of "Thu, 22 Jan 2009 01:57:16 -0800") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <18801.32959.693653.15539@gargle.gargle.HOWL> <20090117175659.1a37c70f@pws-pc> <20090119094453.4f66076b@news01> <20090119121204.4697b6a2@news01> <090119091757.ZM5344@torch.brasslantern.com> <090122015716.ZM17107@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/8893/Thu Jan 22 21:18:43 2009 on bifrost X-Virus-Status: Clean >>>>> Bart Schaefer writes: > What I wrote was: > : the reasons no one's bothered > : before include (1) accept-search is no different than undefined-key > : in this context > Please note the word "before". It's hardly fair to wait until the > implementation changes and then call me a liar for describing the > previous implementation. Hi Bart, Sorry, I wasn't trying to imply you are a liar, just pointing out that for the implementation Peter checked in that your statement isn't correct. Your email was a response to Peter's patch, and I wanted to clarify any confusion. > Which I believe it would work to do with a wrapper as I explained in > workers/26350. I haven't tried it, but I have no reason to believe that's not the case. I agree with you that this is not an earth-shattering fix, but it is nice to have the separate local map and not have to muck with user defined widgets. Greg