Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: matching control for completion (with PATCH)
- X-seq: zsh-workers 4360
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: matching control for completion (with PATCH)
- Date: Wed, 26 Aug 1998 09:57:00 -0700
- In-reply-to: <199808261359.PAA02097@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- References: <199808261359.PAA02097@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Aug 26, 3:59pm, Sven Wischnowsky wrote:
} Subject: matching control for completion (with PATCH)
}
} E.g. if one wants to say
} that a lowercase letter on the command line matches an upeprcase
} letter in the words, one can say: `m:{a-z}={A-Z}'.
What happens if there aren't the same number of characters in each class?
} compctl -M 'r:|[-.,_/]=* r:|=* m:{a-z}={A-Z}' 'l:|=* r:|=*'
I dunno, Sven; I think if you'd tried you could have made that a little
more cryptic.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author