zsh-users
 help / color / mirror / code / Atom feed
* pine -f completion help needed
@ 1998-02-28  4:09 Timothy J Luoma
  1998-03-02  9:06 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Timothy J Luoma @ 1998-02-28  4:09 UTC (permalink / raw)
  To: zsh-users


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?

(any good repositories of compctls around?  I still think they work by voodoo)

TjL


-- 
"It takes real courage to be a Macintosh user; it takes real
conviction; not unlike being a Christian in the days of the Romans." 
 - Guy Kawasaki, Chief Evangelist for Apple Computer - from "Hotseat"
   interview with John McChesney (3/28/97) [ my birthday! ]


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pine -f completion help needed
  1998-02-28  4:09 pine -f completion help needed Timothy J Luoma
@ 1998-03-02  9:06 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 1998-03-02  9:06 UTC (permalink / raw)
  To: Timothy J Luoma, Zsh users list

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@ifh.de>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-03-02  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-28  4:09 pine -f completion help needed Timothy J Luoma
1998-03-02  9:06 ` Peter Stephenson

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).