zsh-workers
 help / color / mirror / code / Atom feed
From: Jun T <takimoto-j@kba.biglobe.ne.jp>
To: zsh-workers@zsh.org
Subject: Re: command line tabbing message '_arguments:comparguments:409: not enough arguments'
Date: Tue, 4 Oct 2022 12:43:54 +0900	[thread overview]
Message-ID: <F3B46C23-B7F0-495C-B0B3-19E9070378B4@kba.biglobe.ne.jp> (raw)
In-Reply-To: <CA+rB6GLVzucG-F0aG2nPcVH2vFky=sAb5AZRFKiVFOFKSuyOpg@mail.gmail.com>


> 2022/10/04 4:12, Jim <linux.tech.guy@gmail.com> wrote:
> 
> After login, zsh version 5.8:
>   switching to 5.8.1:  NO MESSAGES   (% zsh-5.8.1)
>   switching from either 5.8 or 5.8.1 to 5.9* GET MESSAGE  (% zsh-5.9 | % zsh-5.9-31-dev)
> 
> After defaulting zsh to locally built version 5.9:
>   switching to the development version  NO MESSAGES  (% zsh-5.9-31-dev)
> 
>   switching back to either  5.8 or 5.8.1:  NEW MESSAGES(see below)
>    in this case tested both the system and locally built 5.8 version

Please try the following:

% /path/to/zsh -f
% autoload -Uz compinit
% compinit
% echo $fpath
% cmd <TAB>

If this works OK then I guess something is wrong with your fpath/FPATH.

When using zsh-$version ($version is 5.9, 5.9.0-dev,..), fpath must include
$prefix/share/zsh/$version/functions/
This is version specific, and it is not a good idea to export FPATH.

If you have 'export FPATH' or such in your .zshrc/.zshenv then just remove it.



  reply	other threads:[~2022-10-04  3:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-03 19:12 Jim
2022-10-04  3:43 ` Jun T [this message]
2022-10-04  4:36   ` Jun T
2022-10-04  7:55     ` Jim

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=F3B46C23-B7F0-495C-B0B3-19E9070378B4@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --cc=zsh-workers@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).