Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion for mutt
- X-seq: zsh-workers 9724
- From: Ollivier Robert <roberto@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Completion for mutt
- Date: Mon, 14 Feb 2000 16:11:29 +0100
- Mail-followup-to: zsh-workers@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
When we switched from compctl to completion widgets, we lost something in
the Mutt frompltion. I used to be able to complete on '+' (which represents
~/Mail generally) after a '-f'. Now it is trying to expand only full path
behind "-f"...
The old compctl rule is the following:
compctl -u -x 's[-]' -k '(a c f F i n p s v z h)' - 's[+]' -W $HOME/Mail -f - 'S[[./]]' -f - 'c[-1,-s]' -X '<subject>' - 'c[-1,-i]' -f - 'c[-1,-F]' -f - 'c[-1,-a]' -f - 'c[-1,-f]' -f -- mutt
Also this one doesn't seem to work anymore...
compctl -g '/var/db/pkg/*(/:t)' pkg_delete pkg_info
--
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