zsh-users
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <psprint@zdharma.org>
To: zsh-users@zsh.org
Subject: declare -p and -H (hideval)
Date: Fri, 12 May 2017 18:21:41 +0200	[thread overview]
Message-ID: <etPan.5915e115.238e1f29.6b4c@MacMini.local> (raw)

Hello,
written small plugin to fullscreen flash all interactive-created parameters https://github.com/zdharma/zbrowse.

I use "declare -p" there, when user selects a parameter. No value is being shown for -H parameters. Is this correct? Manual says:

Hide value: specifies that tt(typeset) will not display the value of the
parameter when listing parameters; the display for such parameters is
always as if the `tt(PLUS())' flag had been given.  Use of the parameter is
in other respects normal, and the option does not apply if the parameter is
specified by name, or by pattern with the tt(-m) option.

The ", and ..." at the end would suggest that if "declare -p NAME" or "declare -pm NAME" will be used, the value will be shown, but this doesn't happen.

Any way to avoid -H effects with typeset -p?

--
Sebastian Gniazdowski
psprint /at/ zdharma.org


             reply	other threads:[~2017-05-12 16:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12 16:21 Sebastian Gniazdowski [this message]
2017-05-12 22:03 ` Bart Schaefer
2017-05-14  1:04   ` Daniel Shahaf
2017-05-14 17:22     ` Bart Schaefer
2017-05-15 13:36       ` Daniel Shahaf
2017-05-15 20:03         ` Bart Schaefer

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=etPan.5915e115.238e1f29.6b4c@MacMini.local \
    --to=psprint@zdharma.org \
    --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).