zsh-workers
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.net>
To: zsh-workers@zsh.org
Subject: Re: a way to get the value of the -c option
Date: Thu, 3 Dec 2015 14:36:26 +0100	[thread overview]
Message-ID: <20151203133626.GA29715@zira.vinc17.org> (raw)
In-Reply-To: <20151203124554.3b93281f@pwslap01u.europe.root.pri>

On 2015-12-03 12:45:54 +0000, Peter Stephenson wrote:
> diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
> index 21bb874..8ef5485 100644
> --- a/Doc/Zsh/params.yo
> +++ b/Doc/Zsh/params.yo
> @@ -933,6 +933,11 @@ tt(zsh/zutil) module.
>  )
>  enditem()
>  )
> +vindex(ZSH_CMD_ARG)
> +item(tt(ZSH_CMD_ARG))(
> +If the shell was started with the option tt(-c), this contains
> +the argument passed to the option.  Otherwise it is not set.
> +)
>  vindex(ZSH_NAME)
>  item(tt(ZSH_NAME))(
>  Expands to the basename of the command used to invoke this instance
> diff --git a/Src/init.c b/Src/init.c
> index dcce1d7..25c39b5 100644
> --- a/Src/init.c
> +++ b/Src/init.c
> @@ -1280,6 +1280,7 @@ init_misc(void)
>  	    fclose(bshin);
>  	SHIN = movefd(open("/dev/null", O_RDONLY | O_NOCTTY));
>  	bshin = fdopen(SHIN, "r");
> +	setsparam("ZSH_CMD_ARG", ztrdup(cmd));
>  	execstring(cmd, 0, 1, "cmdarg");
>  	stopmsg = 1;
>  	zexit(lastval, 0);

This doesn't work. The reason is:

/* Miscellaneous initializations that happen after init scripts are run */
                                             ^^^^^

while I need it for the .zshenv init script.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


  reply	other threads:[~2015-12-03 13:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-03 11:54 Vincent Lefevre
2015-12-03 12:45 ` Peter Stephenson
2015-12-03 13:36   ` Vincent Lefevre [this message]
2015-12-03 14:01     ` Peter Stephenson
2015-12-03 14:23       ` Peter Stephenson
2015-12-03 14:40         ` Peter Stephenson
2015-12-03 14:39       ` Vincent Lefevre
2015-12-03 13:49   ` Stephane Chazelas
2015-12-03 17:01     ` Peter Stephenson
2015-12-03 14:36 ` Nikolay Aleksandrovich Pavlov (ZyX)

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=20151203133626.GA29715@zira.vinc17.org \
    --to=vincent@vinc17.net \
    --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).