From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24513 invoked from network); 31 Dec 2007 21:05:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 31 Dec 2007 21:05:19 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 87699 invoked from network); 31 Dec 2007 21:05:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 31 Dec 2007 21:05:12 -0000 Received: (qmail 28828 invoked by alias); 31 Dec 2007 21:05:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24335 Received: (qmail 28814 invoked from network); 31 Dec 2007 21:05:07 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 31 Dec 2007 21:05:07 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id AEE4B8058FA9 for ; Mon, 31 Dec 2007 22:05:05 +0100 (CET) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Mon, 31 Dec 2007 22:05:05 +0100 (CET) Received: from torch.brasslantern.com ([71.121.18.67]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JTX00DEOMKF71R4@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 31 Dec 2007 15:05:04 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id lBVL52ag000978; Mon, 31 Dec 2007 13:05:02 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id lBVL5147000977; Mon, 31 Dec 2007 13:05:01 -0800 Date: Mon, 31 Dec 2007 13:05:01 -0800 From: Bart Schaefer Subject: Re: run-help: Support for svn and git In-reply-to: To: joerg@alea.gnuu.de, zsh-workers@sunsite.dk Message-id: <071231130501.ZM976@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <071230200204.ZM32486@torch.brasslantern.com> <071231081914.ZM836@torch.brasslantern.com> Comments: In reply to ( Text in unknown character set UTF-8 not shown ) Sommer "Re: run-help: Support for svn and git" (Dec 31, 5:26pm) X-Virus-Scanned: ClamAV using ClamSMTP On Dec 31, 5:26pm, joerg@alea.gnuu.de wrote: } } Bart Schaefer wrote: } > One could replace the run-help widget itself with something that takes } > the line apart with $LBUFFER and $RBUFFER and analyzes it } } Isn't it enough to replace the widget by a shell function and register } it with zle? That's what I meant. (A widget is never really directly replaced by a shell function -- a new widget is created that is implemented by the shell function, and then the original widget's name may be pointed at the new widget.)