From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13893 invoked from network); 8 Jul 2023 17:13:45 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 8 Jul 2023 17:13:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Transfer-Encoding: Content-Type:Subject:Cc:To:From:Date:References:In-Reply-To:Message-Id: Mime-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=DCFa57/QthGknjKnRSxul7YF0sg7FWfZq+jvWj2gSLQ=; b=P6BJCiFmTUCLxyPZMfCb1g2Ha3 ViVO0CZd0O813mSiHtAV/Q0B+X72ljOfmSv6xjBIa3+iNb33oGq82dveeGcq4DfrAV/hzpHWUyIpo 5gzcxNxqBoe5xbHaiybkJqwtVuQPgXDtqtRs3jMHqX5FkuZ3qHaBaJ504YpT9aQYWZm49SfAsDI7D y09gbhBnrCGY2oLbZWK5mbOSsZRwNJluXeFl8mJs7EUdjp6OG24pGY1dGJfBhwWecXyCtUuHW22E6 W3qex5SbPNrQmedFemTvst8ztpgFKMRUinw2c8cxdUm+sciK6yI0gP9zxXOrWp2fL3DRf/1Mg60ch 3rSPYQ7A==; Received: by zero.zsh.org with local id 1qIBVB-0004Wn-FL; Sat, 08 Jul 2023 17:13:45 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1qIBUc-0003o5-EW; Sat, 08 Jul 2023 17:13:11 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 0142C27C0054; Sat, 8 Jul 2023 13:13:09 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute1.internal (MEProxy); Sat, 08 Jul 2023 13:13:09 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrvdefgdduudduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvvefutgfgse htqhertderreejnecuhfhrohhmpefnrgifrhgvnhgtvgcugggvlhojiihquhgviicuoehl rghrrhihvhesiihshhdrohhrgheqnecuggftrfgrthhtvghrnhepvdetkeelieehvedvte duheektdehtdejgeehjeeludefueffudeugeegjefhffffnecuffhomhgrihhnpehsohhu rhgtvghfohhrghgvrdhiohenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmh grihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihht hidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorh hgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id B792E31A0063; Sat, 8 Jul 2023 13:13:08 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-531-gfdfa13a06d-fm-20230703.001-gfdfa13a0 Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Sat, 08 Jul 2023 13:12:48 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Steve Dondley" Cc: zsh-users@zsh.org Subject: Re: How do I go about finding reason for slow tab completion with taskwarrior "task" command? Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Seq: 29105 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: On Sat, Jul 8, 2023, at 11:56 AM, Steve Dondley wrote: > What=E2=80=99s a good method for determine what is slowing things down= ? I was=20 > thinking about commenting out various part of the script through trial=20 > and error. But if I rename the _task file and start a new zsh process,=20 > completion still works. What matters is not the filename but the #compdef line at the beginning of the file. https://zsh.sourceforge.io/Doc/Release/Completion-System.html#Autoloaded= -files --=20 vq