Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: new completion modifications
- X-seq: zsh-users 3729
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Scott Lipcon <slipcon@xxxxxxxxxx>
- Subject: Re: new completion modifications
- Date: Thu, 22 Mar 2001 21:08:29 +0000
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20010322162831.2B44D26267@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20010322162831.2B44D26267@xxxxxxxxxx>
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