zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: "zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: command not found: _arguments
Date: Wed, 17 May 2017 15:21:08 -0700	[thread overview]
Message-ID: <170517152108.ZM27724@torch.brasslantern.com> (raw)
In-Reply-To: <876481495050379@web31g.yandex.ru>

On May 17, 10:46pm, Nikolay Aleksandrovich Pavlov (ZyX) wrote:
}
} 17.05.2017, 22:09, "Guilherme Furtado Pacheco" <guilherme.f.pacheco@gmail.com>:
} > I'm having trouble with completions for some commands.
} 
} I get similar problems after zsh update.

If this were only an fpath problem, the error would more likely be

    zsh: _arguments: function definition file not found

Since it is "command not found" it means that some of the completion
functions are not being found by compinit.  Either compinit needs to be
re-run with the corrected fpath, or more likely the ~/.zcompdump file
has been incorrectly populated.

    rm ~/.zcompdump*

and then try starting up your shell again.  If the error persists, you
have somehow acquired a version mismatch between the zsh binary that is
being run and the functions library that has been installed.

What is the value of $SHELL in a shell where completion works compared
to one where it does not?


      reply	other threads:[~2017-05-17 22:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-17 19:06 Guilherme Furtado Pacheco
2017-05-17 19:46 ` Nikolay Aleksandrovich Pavlov (ZyX)
2017-05-17 22:21   ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=170517152108.ZM27724@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).