Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Re; lftp completion
- X-seq: zsh-workers 13620
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Re; lftp completion
- Date: Tue, 13 Mar 2001 17:32:53 +0000
- In-reply-to: <20010313143811.A30509@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010313143811.A30509@xxxxxxxxxxxxxxxxxx>
On Mar 13, 2:38pm, Oliver Kiddle wrote:
} Subject: Re; lftp completion
}
} Bart wrote:
}
} > local bookmarks=$HOME/.${words[0]:t}/bookmarks
}
} Shouldn't the function be using $service instead of ${words[0]:t}?
I went back and forth on that one. Using $service would mean that some
other command wanted to read ncftp's (or lftp's) bookmarks file, rather
than having its own with a similar format. I concluded that wasn't
likely; but maybe the other way would in fact be better.
--
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