From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 655 invoked from network); 3 Nov 2005 03:26:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Nov 2005 03:26:21 -0000 Received: (qmail 59243 invoked from network); 3 Nov 2005 03:26:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Nov 2005 03:26:10 -0000 Received: (qmail 11383 invoked by alias); 3 Nov 2005 03:26:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9611 Received: (qmail 11373 invoked from network); 3 Nov 2005 03:26:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Nov 2005 03:26:02 -0000 Received: (qmail 58150 invoked from network); 3 Nov 2005 03:26:02 -0000 Received: from smtp01.mrf.mail.rcn.net (207.172.4.61) by a.mx.sunsite.dk with SMTP; 3 Nov 2005 03:26:01 -0000 Received: from 209-6-229-49.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com (HELO zion.rcn.com) ([209.6.229.49]) by smtp01.mrf.mail.rcn.net with ESMTP; 02 Nov 2005 22:26:01 -0500 X-IronPort-AV: i="3.97,283,1125892800"; d="scan'208"; a="115086699:sNHT22604056" Received: by zion.rcn.com (Postfix, from userid 500) id 6C9E87A8B7; Wed, 2 Nov 2005 22:26:00 -0500 (EST) To: Peter Stephenson Cc: zsh-users@sunsite.dk Subject: Re: copy-prev-word doesn't respect universal argument References: <20051102110659.0ce2c2b0.pws@csr.com> From: Vin Shelton Organization: EtherSoft, Inc Date: Wed, 02 Nov 2005 22:26:00 -0500 In-Reply-To: <20051102110659.0ce2c2b0.pws@csr.com> (Peter Stephenson's message of "Wed, 2 Nov 2005 11:06:59 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Peter Stephenson writes: > Vin Shelton wrote: >> Why don't copy-prev-word and copy-prev-shell-word respect the >> universal argument? >> >> Given the following: >> >> bindkey '^XA' copy-prev-word >> echo abc def ghi 2^XA >> >> I would expect the result to be >> >> echo abc def ghi def >> >> but zle seems always to copy the most recent word, ('ghi' in this >> case), yielding: >> >> echo abc def ghi ghi >> >> no matter what the prefix arg is. I'm surprised I'm the first person >> to request this. > > I think it's just a question of "when are you going to get around to > putting up those shelves". Looks like you did a pretty good job on this set of shelves. :-) Thank you, Peter. - vin