From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7735 invoked by alias); 25 May 2010 10:43:44 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15079 Received: (qmail 21148 invoked from network); 25 May 2010 10:43:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) 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= From: Andrea Morandini Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Problem with autocompletion Date: Tue, 25 May 2010 12:43:32 +0200 Message-Id: <9A3DC65E-EA72-4B51-93D6-6FEE454ACAF5@gmail.com> To: zsh-users@zsh.org Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) 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=3Dmy_app_dir/the_file_i_would_to_autocomp = =20 _cap:compadd:7: can only be called from completion function So the first part of the string "cap staging deploy:upload FILES=3D" is = typed by me, but when I try to autocomplete the last part it fails. Any suggestion on how to patch/debug ?=