zsh-users
 help / color / mirror / code / Atom feed
* zftp ?
@ 2000-08-26 23:01 Claus Alboege
  2000-08-27 17:09 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Claus Alboege @ 2000-08-26 23:01 UTC (permalink / raw)
  To: zsh-users

Hi again

When I use the zftp and wants to complete on "cd" or "get"
I get the following:

cal% zftp cd _zftp:31: command not found: zfcd_match
_zftp:31: command not found: zfcd_match

cal% zftp get w_zftp:36: command not found: zfget_match
_zftp:36: command not found: zfget_match

cal% echo $ZSH_VERSION
3.1.6-dev-21 (zsh_3.1.6.pws21-1.deb)

the same happens with 3.1.9 (made from latest tarball and default 
options)

cal% cat .zshrc
# The following lines were added by compinstall
autoload -U compinit
compinit
zstyle ':completion:*' completer _expand _complete _correct _approximate
zstyle ':completion:*' format 'Complete %d'
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:{a-zA-Z}={A-Za-z}' '' '' 'r:|[._-]=* r:|=*'
zstyle ':completion:*' max-errors 2
zstyle ':completion:*' menu select=2
zstyle ':completion:*' prompt 'Liste'
# End of lines added by compinstall

-- 
Mvh Claus Albøge

--
% rm -f *;o
% command not found: o


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

* Re: zftp ?
  2000-08-26 23:01 zftp ? Claus Alboege
@ 2000-08-27 17:09 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2000-08-27 17:09 UTC (permalink / raw)
  To: Claus Alboege, zsh-users

On Aug 27,  1:01am, Claus Alboege wrote:
} Subject: zftp ?
}
} When I use the zftp and wants to complete on "cd" or "get"
} I get the following:
} 
} cal% zftp cd _zftp:31: command not found: zfcd_match
} _zftp:31: command not found: zfcd_match

You need to make sure that the directory containing the zftp functions
is in your fpath, and you need to have autoloaded those functions.

(Zftp isn't part of the completion system, so compinit does not set this
up for you.)

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


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

end of thread, other threads:[~2000-08-27 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-26 23:01 zftp ? Claus Alboege
2000-08-27 17:09 ` Bart Schaefer

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