* Re: zftp completion problem.
@ 2000-05-03 7:33 Sven Wischnowsky
0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 2000-05-03 7:33 UTC (permalink / raw)
To: zsh-workers
Tanaka Akira wrote:
> I found a problem with zftp completion.
>
> Z(4):akr@serein% Src/zsh -f
> serein% bindkey -e; autoload -U compinit; compinit -D
> serein% autoload -U zfinit; zfinit
> serein% zfanon ftp.zsh.org
> Using akr@serein.m17n.org as anonymous FTP password.
>
> serein% zfls <TAB>_all_labels:39: command not found: -J
> bin etc mla pub usr zsh
Oops. Missing backslash.
Bye
Sven
Index: Functions/Zftp/zfcd_match
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zftp/zfcd_match,v
retrieving revision 1.4
diff -u -r1.4 zfcd_match
--- Functions/Zftp/zfcd_match 2000/04/11 07:57:57 1.4
+++ Functions/Zftp/zfcd_match 2000/05/03 07:33:17
@@ -30,7 +30,7 @@
rm -f $tmpf
[[ -n $dir && $dir != */ ]] && dir="$dir/"
if [[ -n $WIDGET ]]; then
- _wanted directories expl 'remote directory'
+ _wanted directories expl 'remote directory' \
compadd -S/ -q -P "$dir" - $reply
elif [[ -n $dir ]]; then
reply=(${dir}$reply)
--
Sven Wischnowsky wischnow@informatik.hu-berlin.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* zftp completion problem.
@ 2000-05-03 6:02 Tanaka Akira
0 siblings, 0 replies; 2+ messages in thread
From: Tanaka Akira @ 2000-05-03 6:02 UTC (permalink / raw)
To: zsh-workers
I found a problem with zftp completion.
Z(4):akr@serein% Src/zsh -f
serein% bindkey -e; autoload -U compinit; compinit -D
serein% autoload -U zfinit; zfinit
serein% zfanon ftp.zsh.org
Using akr@serein.m17n.org as anonymous FTP password.
serein% zfls <TAB>_all_labels:39: command not found: -J
bin etc mla pub usr zsh
--
Tanaka Akira
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-05-03 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-03 7:33 zftp completion problem Sven Wischnowsky
-- strict thread matches above, loose matches on Subject: below --
2000-05-03 6:02 Tanaka Akira
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).