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 13:36:34 +0900	[thread overview]
Message-ID: <C2CBE127-DE50-48CC-ABE2-CF444408FDEA@kba.biglobe.ne.jp> (raw)
In-Reply-To: <F3B46C23-B7F0-495C-B0B3-19E9070378B4@kba.biglobe.ne.jp>


> 2022/10/04 12:43, I wrote:

> Please try the following:
> 
> % /path/to/zsh -f
> % autoload -Uz compinit
> % compinit
> % echo $fpath
> % cmd <TAB>

Sorry, if FPATH is exported then it is inherited by the child
zsh even if it is started with option -f. So the above will not work.

You can check whether FPATH is exported of not by

% typeset -p FPATH

If it shows 'export ...' then it is exported. You can 'un-export' it
by 'typeset +x FPATH'. So you may try

% typeset +x FPATH
% /path/to/zsh
% echo $fpath
% cmd <TAB>



  reply	other threads:[~2022-10-04  4:37 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
2022-10-04  4:36   ` Jun T [this message]
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=C2CBE127-DE50-48CC-ABE2-CF444408FDEA@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).