From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26906 invoked from network); 28 Jul 2006 04:25:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,SUBJ_HAS_UNIQ_ID autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Jul 2006 04:25:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 99676 invoked from network); 28 Jul 2006 04:25:06 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jul 2006 04:25:06 -0000 Received: (qmail 21798 invoked by alias); 28 Jul 2006 04:24:55 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10558 Received: (qmail 21789 invoked from network); 28 Jul 2006 04:24:55 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Jul 2006 04:24:55 -0000 Received: (qmail 97916 invoked from network); 28 Jul 2006 04:24:55 -0000 Received: from vms046pub.verizon.net (206.46.252.46) by a.mx.sunsite.dk with SMTP; 28 Jul 2006 04:24:53 -0000 Received: from torch.brasslantern.com ([71.116.116.250]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J3300FFZIWYCH87@vms046.mailsrvcs.net> for zsh-users@sunsite.dk; Thu, 27 Jul 2006 23:24:35 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k6S4OXpV004922; Thu, 27 Jul 2006 21:24:33 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k6S4OW5N004921; Thu, 27 Jul 2006 21:24:32 -0700 Date: Thu, 27 Jul 2006 21:24:32 -0700 From: Bart Schaefer Subject: Re: Menu-driven version of history-beginning-search-backward In-reply-to: To: "Felix Rosencrantz" , "Peter Stephenson" Cc: "Zsh users list" Message-id: <060727212432.ZM4920@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <200607261638.k6QGcE7E010498@news01.csr.com> Comments: In reply to "Felix Rosencrantz" "Re: Menu-driven version of history-beginning-search-backward" (Jul 27, 9:01am) (I'm just back from a week's vacation.) On 7/26/06, Peter Stephenson wrote: > I was too lazy to search the mailing list archive for anything like > this, but in any case it would be good to have something like it in > the distribution. April 2004, zsh-users/7370. On Jul 27, 9:01am, Felix Rosencrantz wrote: } } I tried this function. One problem is it doesn't seem to work if the } line (your search string) contains a space. We had this same discussion two years ago, you and I. :-)