Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Completion/matching control problem
- X-seq: zsh-workers 7347
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Completion/matching control problem
- Date: Mon, 2 Aug 1999 14:50:36 +0200 (MET DST)
- In-reply-to: Peter Stephenson's message of Thu, 29 Jul 1999 10:03:35 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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<TAB>
-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@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author