Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Completion for mutt



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