From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id f035d104 for ; Wed, 3 Jul 2019 17:38:54 +0000 (UTC) Received: (qmail 1801 invoked by alias); 3 Jul 2019 17:38:46 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44488 Received: (qmail 22280 invoked by uid 1010); 3 Jul 2019 17:38:46 -0000 X-Qmail-Scanner-Diagnostics: from pv50p00im-ztdg10021101.me.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25496. spamassassin: 3.4.2. Clear:RC:0(17.58.6.44):SA:0(-4.3/5.0):. Processed in 3.779882 secs); 03 Jul 2019 17:38:46 -0000 X-Envelope-From: whereislelouch@icloud.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at icloud.com designates 17.58.6.44 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1562175488; bh=RvXwr3S5Jpg/BCR8ivR+6LwBhyN3oYaIU9dlKypB3aE=; h=From:Content-Type:Date:Subject:Message-Id:To; b=Vqa+XQ8NhuYvQAIzenuTePHHUAzHlgKeb+ynm7qLhx9btywi936zgh2qibaqPZfC3 gdFaQFBAT2cduQm7f1MaeYrbrhHIZVEcaCH1eJ98g5669994tr3n7zV/Sjllua+0cB ikvPr3m+46zpmDnlOAOtDDxrLE9mnbII+EJ5H4TrxbQyhpsxHemydpLyiZmA4IH/14 npU4ZFj5beWrR4giIaAoIXB4kEWwvxyp/H6TTz4sOLkpHMJQ4mdr+gxAW0lDHuTPNn MyaIh++KaN42jLtW3t+gbid7weQ6etL8IOoUEuaAvePEC3L2OHoDA+bIvrtgZzygiD a07lRwC/mFJFQ== From: Aryn Starr Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Wed, 3 Jul 2019 22:08:04 +0430 Subject: Zargs bug Message-Id: To: zsh-workers@zsh.org X-Mailer: iPad Mail (16F203) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-07-03_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=255 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1812120000 definitions=main-1907030214 Hi! I run this line: $ zargs -t -i _ -- ceer whh -- compdef _=3Dwhich compdef ceer=3Dwhich compdef whh=3Dwhich But the completions don=E2=80=99t activate. When I manually run =E2=80=98com= pdef ceer=3Dwhich=E2=80=99, though, it works flawlessly.=20 Btw, these ceer and whh are just some functions I have defined. PS: I=E2=80=99m not really familiar with using mailing lists, and I=E2=80=99= m not on zsh mailing list. So reply to me directly? Also, should I reply to a= ll in response?=