Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with autocompletion
- X-seq: zsh-users 15079
- From: Andrea Morandini <andreamorandini@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Problem with autocompletion
- Date: Tue, 25 May 2010 12:43:32 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=6S+iSPBWQlI5XvhiIyECw2/xhDjR973AUHchniREw5U=; b=BXYS+gOcJ61veWZVKpwjhIyX2u48B8X9xcbVAGj4hFaJesxpnYyXIw2aNeKBlWIs9f KpLZLfRsQEXbx+4V67zwsn3JIQFtMNlzrLz/VmGFq0IqF/naIc2RkWQv7+JCoc3C0t+1 vUOkkJ2hoWHIJ8Z9I+6AWvh6EU67V+LPOptlA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=WIZj5QUnKrBbxFxMvvrSQrljWZag24pFFOvUnWRHr3Fx5qT7QajF//9cKVVlnhON1D 4Ng4nN4tYcJi7bfKfYZgQwVH/KYmtgB8wLpRPBSXDyJ17OP4C3chImUo1PXunv0iVjV9 p2H/o/3/X6ADSwwPGqMEpLMPUEPxUxukOpCe8=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi everybody,
I have a noob question.
Zsh is much better than my previously bash, but I miss a very basic function.
When I try to autocomplete the file path, using TAB, i receive the following error:
cap staging deploy:upload FILES=my_app_dir/the_file_i_would_to_autocomp
_cap:compadd:7: can only be called from completion function
So the first part of the string "cap staging deploy:upload FILES=" is typed by me, but when I try to autocomplete the last part it fails.
Any suggestion on how to patch/debug ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author