Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#455376: tab completion following "mutt -f =" no longer works
- X-seq: zsh-workers 24254
- From: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>, 455376@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#455376: tab completion following "mutt -f =" no longer works
- Date: Fri, 14 Dec 2007 13:23:59 +0000
- In-reply-to: <chaz20071214131600.GA16610@xxxxxxxxxxxxx>
- Mail-followup-to: Peter Stephenson <pws@xxxxxxx>, 455376@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071209224903.GA17496@xxxxxxxxxxxxx> <20071213162858.GA26173@xxxxxxxxxxx> <20071213221233.GA7077@xxxxxxxxxxxxx> <20071214110330.37928db3@news01> <chaz20071214131600.GA16610@xxxxxxxxxxxxx>
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