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

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



On Thu, Dec 13, 2007 at 11:28:58AM -0500, Clint Adams wrote:
> On Sun, Dec 09, 2007 at 05:49:03PM -0500, Paul Kimoto wrote:
>> I have a mailbox called ~/email/debian.  With the drastically reduced .zshrc
>> 
>> 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.  By the way, there

dion% setopt
noequals
interactive
monitor
shinstdin
zle

On the system in question, currently I have Debian's 4.3.4-dev-3-2.
There I had no complaint with the versions up to to Debian's 4.3.4-26.
(According to my dpkg.log, the other versions I've had over the past year
are 4.3.4-{2,3,8,10,12,13,14,18,21,24}.)



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