From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25649 invoked from network); 2 Aug 1999 12:50:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Aug 1999 12:50:49 -0000 Received: (qmail 13259 invoked by alias); 2 Aug 1999 12:50:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7347 Received: (qmail 13251 invoked from network); 2 Aug 1999 12:50:38 -0000 Date: Mon, 2 Aug 1999 14:50:36 +0200 (MET DST) Message-Id: <199908021250.OAA13378@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Peter Stephenson's message of Thu, 29 Jul 1999 10:03:35 +0200 Subject: Re: PATCH: Completion/matching control problem Peter Stephenson wrote: > I've just stuck a > message in Etc/BUGS. Ah. Ugh. Sorry. Bye Sven --- Etc/BUGS.old Mon Aug 2 14:49:33 1999 +++ Etc/BUGS Mon Aug 2 14:49:44 1999 @@ -48,14 +48,3 @@ <1-1000>33 will not match 633 because the 633 matches the range. Some backtracking will be necessary. ------------------------------------------------------------------------ -Matching control can leave the wrong thing in the line. For example, - touch Abc-Def-Ghij.txt - touch Abc-def.ghi.jkl_mno.pqr.txt - touch Abc_def_ghi_jkl_mno_pqr.txt - compctl -M 'm:{a-z}={A-Z} r:|[.,_-]=*' - ls a -produces - ls Abcdefghi -which won't complete further. It seems to get confused over the choice of -possible punctuation characters, and the string won't complete further. ------------------------------------------------------------------------- -- Sven Wischnowsky wischnow@informatik.hu-berlin.de