zsh-workers
 help / color / mirror / code / Atom feed
From: Stephane Chazelas <stephane_chazelas@yahoo.fr>
To: Peter Stephenson <pws@csr.com>
Cc: 455376@bugs.debian.org, zsh-workers@sunsite.dk
Subject: Re: Bug#455376: tab completion following "mutt -f =" no longer works
Date: Fri, 14 Dec 2007 13:16:02 +0000	[thread overview]
Message-ID: <chaz20071214131600.GA16610@artesyncp.com> (raw)
In-Reply-To: <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@lightlink.com> 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


  reply	other threads:[~2007-12-14 13:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20071209224903.GA17496@lightlink.com>
2007-12-13 16:28 ` Clint Adams
2007-12-13 22:12   ` Paul Kimoto
2007-12-14 11:03     ` Peter Stephenson
2007-12-14 13:16       ` Stephane Chazelas [this message]
2007-12-14 13:23         ` Stephane Chazelas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=chaz20071214131600.GA16610@artesyncp.com \
    --to=stephane_chazelas@yahoo.fr \
    --cc=455376@bugs.debian.org \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).