zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: dana <dana@dana.is>
Cc: Sebastian Gniazdowski <psprint@zdharma.org>,
	"zsh-workers@zsh.org" <zsh-workers@zsh.org>
Subject: Re: Handling of *ARGZERO options, for Zsh <= 5.3
Date: Tue, 2 Jan 2018 11:35:33 -0800	[thread overview]
Message-ID: <CAH+w=7bAies3vR4=zQrLMOoVHnp=Q5YbcyELhayyXYH5iVkMLg@mail.gmail.com> (raw)
In-Reply-To: <786CAD82-87B3-4ECD-BFDF-99E7D4E1D5F3@dana.is>

On Tue, Jan 2, 2018 at 8:57 AM, dana <dana@dana.is> wrote:
>
> If the problem is ZSH_ARGZERO, shouldn't this work in like 5.0+?
>
>   () {
>     setopt local_options posix_argzero
>     MY_ARGZERO=$0
>   }

For considerably older (but still not the oldest) zsh you can use
$funcfiletrace:

zmodload zsh/parameter
print -r -- ${ZSH_ARGZERO:=${${funcfiletrace[-1]}[(ws/:/)1]}}


  reply	other threads:[~2018-01-02 19:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02 10:17 Sebastian Gniazdowski
2018-01-02 16:57 ` dana
2018-01-02 19:35   ` Bart Schaefer [this message]
     [not found]   ` <etPan.5a4bdf5d.6db8c70b.13d7@AirmailxGenerated.am>
2018-01-03  5:14     ` Sebastian Gniazdowski
2018-01-03  5:27       ` dana
2018-01-03  7:14         ` dana
2018-01-02 19:25 ` Eric Cook
2018-01-04  2:02   ` Bart Schaefer
     [not found] ` <etPan.5a4bbc41.719c42d6.13d7@AirmailxGenerated.am>
2018-01-03  5:08   ` Sebastian Gniazdowski

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='CAH+w=7bAies3vR4=zQrLMOoVHnp=Q5YbcyELhayyXYH5iVkMLg@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=dana@dana.is \
    --cc=psprint@zdharma.org \
    --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).