From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21044 invoked from network); 20 Mar 2006 20:13:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) 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.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Mar 2006 20:13:53 -0000 Received: (qmail 48331 invoked from network); 20 Mar 2006 20:13:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Mar 2006 20:13:47 -0000 Received: (qmail 7821 invoked by alias); 20 Mar 2006 20:13:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22373 Received: (qmail 7812 invoked from network); 20 Mar 2006 20:13:43 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Mar 2006 20:13:43 -0000 Received: (qmail 48068 invoked from network); 20 Mar 2006 20:13:43 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 20 Mar 2006 20:13:43 -0000 Received: from torch.brasslantern.com ([71.116.81.225]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IWG003U606OALR1@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 20 Mar 2006 14:13:42 -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 k2KKGaZo006194 for ; Mon, 20 Mar 2006 12:16:46 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k2KKGaEZ006193 for zsh-workers@sunsite.dk; Mon, 20 Mar 2006 12:16:36 -0800 Date: Mon, 20 Mar 2006 12:16:36 -0800 From: Bart Schaefer Subject: Re: Starting replace-string minibuffer in Vi command-mode In-reply-to: To: zsh-workers@sunsite.dk Message-id: <060320121636.ZM6192@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <200603192243.k2JMhcqd027578@pwslaptop.csr.com> <060319202425.ZM5142@torch.brasslantern.com> Comments: In reply to Peter Stephenson "Re: Starting replace-string minibuffer in Vi command-mode" (Mar 20, 10:37am) On Mar 20, 10:37am, Peter Stephenson wrote: } } > Why add a -K option after the widget name rather than allow the widget } > name to follow the existing -K option and its argument? } } Only because of existing practice... options restricted to the widget } (like -n and -N) have tended to come after it. Yeah, but -n and -N emulate things the user can pass to the widget with other ZLE controls, whereas there's no keymap-selection equivalent of universal-argument. (I suppose there could be, though. Hmm.) } I think I marginally prefer the former anyway, unless you have a } strong preference I don't.