Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Completion for mutt
- X-seq: zsh-workers 9747
- From: Ollivier Robert <roberto@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Re: Completion for mutt
- Date: Tue, 15 Feb 2000 13:46:53 +0100
- In-reply-to: <200002151220.NAA12815@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from wischnow@xxxxxxxxxxxxxxxxxxxxxxx on Tue, Feb 15, 2000 at 01:20:49PM +0100
- Mail-followup-to: zsh-workers@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200002151220.NAA12815@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
According to Sven Wischnowsky:
> I just tried, too, and after the fix in the patch below, it works for
> me. What does `doesn't work' mean? Does it nothing?
Will try the patch in your next message.
> above is used only for compctls. The completion system uses the
> _matcher completer, see the compsys manual/info (there is also a bit
> of discussion about this going on...).
I've had a look at it. I've tried the example given (which seems similar in
goal as the old compctl thing) but I still can complete in a
case-independant fashion.
echo $zs<TAB>v<TAB>
used to complete into
echo $ZSH_VERSION
Likewise, I was able to do
more /usr/src/etc/mak<TAB>
and have choice between "make.conf", "Makefile" and "MAKEDEV". Now, only
"make.conf" is given.
I do appreciate the nice efforts you're all putting into the new completion
system but I think it is becoming very complicated to configure...
I have this:
zstyle ':completion:::::' completer _matcher _complete _matcher _complete
zstyle ':completion:*:matcher-1:::' matcher 'm:{a-z-}={A-Z_}'
zstyle ':completion:*:matcher-2:::' matcher 'm:{a-z-}={A-Z_}' 'r:|[-_./]=* r:|=*'
I'm confused.
--
Ollivier ROBERT -=- Eurocontrol EEC/TEC -=- roberto@xxxxxxxxxxxxxx
The Postman hits! The Postman hits! You have new mail.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author