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

Re: Bug#455376: tab completion following "mutt -f =" no longer works



On Fri, Dec 14, 2007 at 01:16:02PM +0000, Stephane Chazelas wrote:
[...]
> = seems to be transformed at some point to \= and when it
> reaches _mua_mailboxes, the compset -P '=' fails.
> 
> Now, we should be able to complete:
> mutt -f \=...
> 
> mutt -f '=...
> 
> so I don't know what the best way to fix it would be.
[...]

There's another (smaller) problem with complist.

mutt -f '+<Tab><Tab>

the closing ' is not inserted.

Another problem is for subdirs that don't work:

mutt -f +Misc/zs<Tab>

doesn't work.

To reproduce it:

mkdir -p ~/Mail/{foo,bar}/baz
mutt -f \=<Tab>

You don't need to have mutt installed.

Cheers,
Stephane



Messages sorted by: Reverse Date, Date, Thread, Author