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 24253
- From: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: Bug#455376: tab completion following "mutt -f =" no longer works
- Date: Fri, 14 Dec 2007 13:16:02 +0000
- Cc: 455376@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- In-reply-to: <20071214110330.37928db3@news01>
- 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>
On Fri, Dec 14, 2007 at 11:03:30AM +0000, Peter Stephenson wrote:
> On Thu, 13 Dec 2007 17:12:33 -0500
> Paul Kimoto <kimoto@xxxxxxxxxxxxx> wrote:
> > >> unsetopt equals
> > >> autoload -U compinit && compinit
> > >> zstyle ':completion:*' mail-directory $HOME/email
> > >> zstyle ':completion:*:warnings' format 'No matches for: %d'
> > >>
> > >> I see errors like
> > >>
> > >> $ mutt -f =de[TAB]
> > >> No matches for: `mailbox', `mailbox specification', `mailbox file', or `file'
> >
> > > I don't recall this ever working. Can you narrow it down to when it
> > > did?
> >
> > On a different machine, zsh 4.3.2-25 (Debian stable), using the above
> > four-line .zshrc, works as I'd like.
>
> Looking at _mailboxes suggests it should work, but I don't use mutt so
> can't follow this. Can someone find out what change did this?
[...]
= 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.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author