Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pine -f completion help needed
- X-seq: zsh-users 1359
- From: Peter Stephenson <pws@xxxxxx>
- To: Timothy J Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx (Zsh users list)
- Subject: Re: pine -f completion help needed
- Date: Mon, 02 Mar 1998 10:06:18 +0100
- In-reply-to: "Timothy J Luoma"'s message of "Fri, 27 Feb 1998 23:09:52 MET." <199802280409.XAA05800@xxxxxxxxxxxxxxx>
Timothy J Luoma wrote:
> the '-f' flag to pine is used to open a specific mailbox (flatfile) in a
> certain directory.
>
> The directory in my case is $Home/Unix/pine/mail/
>
> What's the correct 'compctl' for that sort of thing?
The `correct' thing is probably to get hold of Zefram's version of
zsh-3.1.2 which allows `-W $home/Unix/pine/mail -f' (-W stands for
with-directory, be thankful there's anything left for it to stand for
:-/). The full thing probably looks like
compctl -x 'c[-1-f]' -W $home/Unix/pine/mail -f -- pine
There were some build problems in that version, for which patches
exist: Zefram's hinted there may be another semi-official version
along, so it might be worth waiting --- and it might be worth giving a
new such version greater prominance, if possible, since the basic
3.1.2 is getting distinctly out of date for beta-testing.
--
Peter Stephenson <pws@xxxxxx> Tel: +39 50 844536
WWW: http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author