From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 819 invoked from network); 7 Jul 2003 14:40:01 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 7 Jul 2003 14:40:01 -0000 Received: (qmail 14601 invoked by alias); 7 Jul 2003 14:39:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18824 Received: (qmail 14592 invoked from network); 7 Jul 2003 14:39:54 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 7 Jul 2003 14:39:54 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.189.183.235] by sunsite.dk (MessageWall 1.0.8) with SMTP; 7 Jul 2003 14:39:54 -0000 Received: from EXCHANGE02.csr.com (unverified) by MAILSWEEPER01.cambridgesiliconradio.com (Content Technologies SMTPRS 4.3.10) with ESMTP id for ; Sun, 6 Jul 2003 15:39:24 +0100 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.5329); Mon, 7 Jul 2003 15:39:01 +0100 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: kill-word-match doesn't work Date: Mon, 07 Jul 2003 15:39:52 +0100 Message-ID: <22959.1057588792@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 07 Jul 2003 14:39:01.0785 (UTC) FILETIME=[81F83890:01C34495] Oops. I got this right everywhere else, apparently. Sourceforge seems OK at the moment, is anyone else still having problems? Index: Functions/Zle/kill-word-match =================================================================== RCS file: /cvsroot/zsh/zsh/Functions/Zle/kill-word-match,v retrieving revision 1.1 diff -u -r1.1 kill-word-match --- Functions/Zle/kill-word-match 28 Mar 2003 11:34:30 -0000 1.1 +++ Functions/Zle/kill-word-match 7 Jul 2003 14:38:56 -0000 @@ -26,7 +26,7 @@ killring=("$CUTBUFFER" "${(@)killring[1,-2]}") CUTBUFFER=$word fi - RBUFFER=$matched_words[6] + RBUFFER=${(j..)matched_words[6,7]} else return 1 fi -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************