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

Re: new completion modifications



On Mar 22, 11:28am, Scott Lipcon wrote:
} Subject: Re: new completion modifications
}
} > maildirectory=~/rootOfYourMHfolderTree
} > 
} > That should probably be converted to use a zstyle.
} 
} % echo $maildirectory
} /home/slipcon/Mail
} % mutt -f +inb<tab>
} (nothing happens)

Try typing

% mutt -f +inb<C-x?>

Control-x question-mark is bound to _complete_debug, which will dump a
trace of what the completion functions are doing into a temp file.

You're looking to see what gets put into the _mh_cache array parameter.

What's your $ZSH_VERSION, again?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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