From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2674 invoked from network); 11 Apr 2000 08:14:55 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Apr 2000 08:14:55 -0000 Received: (qmail 18332 invoked by alias); 11 Apr 2000 08:14:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10634 Received: (qmail 18322 invoked from network); 11 Apr 2000 08:14:32 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PATCH: Re: 3.1.6-dev-22 Date: Tue, 11 Apr 2000 12:14:25 +0400 Message-ID: <000101bfa38d$f31921d0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200004110754.JAA03928@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal > > Here is the patch. That's it. No more stuff for the basic completion > machinery apart from bug fixes. At least for me. At least for quite > some time (as in: not before the next non-beta release). > I always forgot it ... to clean up before release. The decsription of compstate[insert] : ... On exit it may be set to any of the values above (where setting it to the empty string is the same as unsetting it), or to a number, in which case the match whose number is given will be inserted into the command line. It may also be set to a string of the form `GROUP:MATCH' which specifies a match from a group of matches to be inserted, counting from 1 upwards (e.g. `2:4' specifies the fourth match of the second group). Negative numbers count backward from the last match ... etc and the next paragraph Now, either I'm completely blind, or this is the _only_ place where "number of group" is mentioned. This was there for a long time; I presume, originally it was for sorted/unsorted matches - but - either it should be described, where these group numbers come from - or, better yet, the name of group should be used. -andrej