From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-users-return-23665-ml=inbox.vuxu.org@zsh.org 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 5a94ca06 for ; Thu, 20 Sep 2018 22:41:04 +0000 (UTC) Received: (qmail 9243 invoked by alias); 20 Sep 2018 22:40:52 -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: List-Unsubscribe: X-Seq: 23665 Received: (qmail 5210 invoked by uid 1010); 20 Sep 2018 22:40:52 -0000 X-Qmail-Scanner-Diagnostics: from mail-wr1-f41.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.221.41):SA:0(-1.9/5.0):. Processed in 0.810367 secs); 20 Sep 2018 22:40:52 -0000 X-Envelope-From: luomat@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=7An6woC4hQc/otU4IYbIGd9hDIGHgpPVAGqk2qb9+c8=; b=SK2yqrhTEA9CO77hXI08VjdSFYHacjiEJ/6AvyBG1bVghz9ZK3DgZtj/mzkEpCqsBC 898lPVL/oiZIU43bh28YfncCDe7Ve/GPWLKAAo1cMR0MgDqKFfA1KNMIjTatqrPjLBGI 3FkU2G7qGTLWau5kgpQM0ukhM3tngW3F8s8UENOwcE8AfMZ/1fZTjSBIDmh1pR94yDyj 6V8bT5C8iGdVe2eXPkEeRJyPg9eD9ivrqk2/GMzDRLjWsg3p9UyXc+F8ypw2RsrTrP61 kBakGt+D5BUFR8SbqfE4+M6oqhw9rNFzTsJue0ooiD7uxMvVe58vK35hEJa6+5JzF4ep O5SQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=7An6woC4hQc/otU4IYbIGd9hDIGHgpPVAGqk2qb9+c8=; b=Vk0Qxh11jBzJ6L5woZWBLbKnJSrpDe5v81lq29od2eqXqIvIayGvZqj1d0kPr06cKW YiDu5XGM/EneIweCWOeRux7lrYb0qXAOY1aMRtmj0kNvWWjWjN3byccqQjD5hyLpgd8g bkPSnEdsdXXhJqWYJtL1O92s0Of/0ZPdhBQqh3lhJYSaNn/M7py7c6q5eQZIy1sdrHic /xQudf7n+g1U149/OOQifFHZxBiwFj3t/S37uNJeyowPLg+J4FmtlBCPcW8bgHEiRYE1 X878qgZ4eE8OPPwMCSNWiAjd4uKeuOL5ncwFqnM3OB286hn1+gdr27prtBgiNxy1TUXI jKtA== X-Gm-Message-State: APzg51B/DXtEakuOq1uep8apWraTd/jRsYN2cMC461v+fJbtCfT7AmiW /hW62UQoxvDy14abXzIylhUsCEtQoX+fN4xF/Tj1Kw== X-Google-Smtp-Source: ANB0VdZF59ynioH85TsMwkZG5Tf1dQ3kq1x+a3NZUEBjIWf8/iGSqVLBKycjte/11JZ9449FV53aYIa3SVvqDavXu9M= X-Received: by 2002:a5d:6984:: with SMTP id g4-v6mr35149439wru.232.1537483247635; Thu, 20 Sep 2018 15:40:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: TJ Luoma Date: Thu, 20 Sep 2018 18:40:10 -0400 Message-ID: Subject: Re: tab completion taking a _really_ long time To: Zsh-Users List Content-Type: text/plain; charset="UTF-8" More info: I tried updating zsh to a newer version, and that didn't fix the problem. I renamed .zshenv and .zshrc so neither of them were read, and my tab completions went back to instantaneous, so it's obviously something in my config, but I don't know what, and obviously it didn't _used_ to do this, so I'm still at an impasse. -- TJ Luoma TJ @ MacStories Personal Website: luo.ma (aka RhymesWithDiploma.com) Twitter: @tjluoma On Thu, Sep 20, 2018 at 6:31 PM TJ Luoma wrote: > > I just plugged in a computer that hasn't been used in over a year and > ran a bunch of updates. > > One thing I noticed is that zsh is taking a long time (like 90 > seconds) to do tab completion for 'cd' > > For example, I was in my $HOME and did 'cd d' and press tab, which > should show me Desktop, Documents, and Downloads. > > Instead it just sat there for 90 seconds. > > When I tried it again and killed it (control-c) after a few seconds, > it reported this: > > Killed by signal in _path_files after 5s > > This was in ZSH_VERSION 5.3 > > Any idea what I need to do to fix this? > > Thanks > > TjL > > ps - if more diagnostic info is needed, please let me know. I'm not > sure what would be helpful here. > > > -- > TJ Luoma > TJ @ MacStories > Personal Website: luo.ma (aka RhymesWithDiploma.com) > Twitter: @tjluoma