zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: zsh-users@zsh.org
Subject: Re: path PATH
Date: Mon, 30 Jan 2023 06:40:35 -0800	[thread overview]
Message-ID: <86e60311-983b-63b2-235e-64b3294f9415@eastlink.ca> (raw)
In-Reply-To: <CAH+w=7Z4R_5jiv+hkpRZej45foH3Vn=-j5U2-uPb_oZK+5Lzaw@mail.gmail.com>


On 2023-01-29 20:41, Bart Schaefer wrote:
> The explicit purpose of the hideval attribute is to prevent "typeset
> -p" (and several other things) from displaying/restoring the value.
>
Interesting, that's a logical dilemma.  It's like writing into the 
constitution that the constitution cannot be changed.  So then (my  
imaginary version):



1 /aWorking/Zsh/Source/Wk 0 $ typeset -Hi zzz=123

1 /aWorking/Zsh/Source/Wk 0 $ typeset -p zzz

typeset -Hi zzz=123

$ typeset -Hi zzz=456 # New value for zzz.

... very understandable that some vars should be hidden 'normally' but 
does that mean you have to start a new terminal to edit 'zzz'? -- that 
the country must be dissolved in order to change it's constitution?  
Usually there's a way to amend the constitution.  So, in the same 
spirit, my lines above would seem to me to be the one and only legal way 
to view and edit zzz.  Or, it could be decided that zzz can *never* be 
viewed.  But then never edited as well?  One thing I'd say for sure: 
(real code):

1 /aWorking/Zsh/Source/Wk 0 $ typeset -Hi zzz=123

1 /aWorking/Zsh/Source/Wk 0 $ typeset -p zzz
typeset -i zzz

... that's simply wrong.  Hiding the '-H' merely fools you into thinking 
zzz is a plain integer with no value and that's not correct.  My v() does:

1 /aWorking/Zsh/Source/Wk 0 $ v zzz

Iv    zzz = !hidden!

... so at least you see the attributes correctly ( I should use the 
'real' single letters that typeset uses) even if you are still forbidden 
to see the value.  It's a design decision of course, but IMHO every 
locked door has a key, every constitution can be amended and every var 
should be viewable and editable even if (in this case) only by explicit 
exception.  Is there really no way at all to see the value of a 
hideval?  Surely there is.






  parent reply	other threads:[~2023-01-30 14:41 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20 21:57 Ray Andrews
2023-01-20 22:20 ` Bart Schaefer
2023-01-21  2:23   ` Ray Andrews
2023-01-21  6:11     ` Lawrence Velázquez
2023-01-21 15:18       ` Ray Andrews
2023-01-21 15:25         ` Roman Perepelitsa
2023-01-21 16:21           ` Ray Andrews
2023-01-21 16:38             ` Roman Perepelitsa
2023-01-21 16:54               ` Ray Andrews
2023-01-21 17:01                 ` Roman Perepelitsa
2023-01-21 18:53                   ` Ray Andrews
2023-01-21 19:09                     ` Roman Perepelitsa
2023-01-21 20:50                       ` Ray Andrews
2023-01-21 21:11                         ` Roman Perepelitsa
2023-01-21 20:19                     ` Bart Schaefer
2023-01-21 20:26                       ` env arrays (was: Re: path PATH) zeurkous
2023-01-22 17:28                         ` Bart Schaefer
2023-01-21 21:03                       ` path PATH Ray Andrews
2023-01-21 21:52                         ` Lawrence Velázquez
2023-01-22  0:42                           ` Ray Andrews
2023-01-22 12:29                             ` Roman Perepelitsa
2023-01-22 14:17                               ` Ray Andrews
2023-01-22 16:15                                 ` Bart Schaefer
2023-01-22 17:23                                   ` Ray Andrews
2023-01-22 19:20                               ` Bart Schaefer
2023-01-22 19:31                                 ` Roman Perepelitsa
2023-01-22 19:51                                   ` Bart Schaefer
2023-01-22 19:56                                     ` Roman Perepelitsa
2023-01-22 20:03                                       ` Bart Schaefer
2023-01-22 21:56                                         ` Bart Schaefer
2023-01-22 22:02                                           ` Roman Perepelitsa
2023-01-22 22:27                                             ` Bart Schaefer
2023-01-22 23:03                                           ` Ray Andrews
2023-01-22 20:12                                       ` Ray Andrews
2023-01-22 21:11                                         ` Bart Schaefer
2023-01-22 22:44                                           ` Ray Andrews
2023-01-22 23:35                                             ` Lawrence Velázquez
2023-01-22 23:58                                               ` Ray Andrews
2023-01-23  0:49                                                 ` Lawrence Velázquez
2023-01-23  1:33                                                   ` Bart Schaefer
2023-01-23  1:49                                                     ` Lawrence Velázquez
2023-01-23  1:11                                             ` Bart Schaefer
2023-01-23  1:56                                               ` Ray Andrews
2023-01-23  2:59                                                 ` Lawrence Velázquez
2023-01-23  3:47                                                   ` Ray Andrews
2023-01-23 10:37                                             ` Roman Perepelitsa
2023-01-23 15:28                                               ` Ray Andrews
2023-01-23 15:40                                                 ` zeurkous
2023-01-23 16:02                                                   ` Ray Andrews
2023-01-23 16:25                                                     ` zeurkous
2023-01-23 16:26                                               ` Bart Schaefer
2023-01-24 20:00                                     ` Ray Andrews
2023-01-24 20:42                                       ` Bart Schaefer
2023-01-24 20:50                                         ` Bart Schaefer
2023-01-24 20:54                                         ` Ray Andrews
2023-01-24 23:28                                     ` Ray Andrews
2023-01-24 23:42                                       ` Bart Schaefer
2023-01-25  0:14                                         ` Ray Andrews
2023-01-25 16:38                                           ` Ray Andrews
2023-01-25 16:43                                             ` Roman Perepelitsa
2023-01-25 16:56                                               ` Ray Andrews
2023-01-25 17:02                                                 ` Roman Perepelitsa
2023-01-25 17:34                                                   ` Ray Andrews
2023-01-25 17:37                                                     ` Roman Perepelitsa
2023-01-25 18:26                                                       ` Ray Andrews
2023-01-25 18:34                                                         ` Roman Perepelitsa
2023-01-25 19:00                                                           ` Ray Andrews
2023-01-26  2:13                                                           ` Ray Andrews
2023-01-26  2:37                                                             ` Bart Schaefer
2023-01-26  4:27                                                               ` Ray Andrews
2023-01-26 20:26                                                                 ` Ray Andrews
2023-01-26 20:29                                                                   ` Roman Perepelitsa
2023-01-26 20:59                                                                     ` Ray Andrews
2023-01-26 21:17                                                                       ` Bart Schaefer
2023-01-26 21:41                                                                       ` Bart Schaefer
2023-01-26 21:44                                                                         ` Bart Schaefer
2023-01-26 22:36                                                                           ` Ray Andrews
2023-01-26 22:43                                                                             ` Bart Schaefer
2023-01-27  0:19                                                                               ` Ray Andrews
2023-01-27  3:36                                                                                 ` Ray Andrews
2023-01-27 17:51                                                                                 ` Ray Andrews
2023-01-27 20:45                                                                                   ` Bart Schaefer
2023-01-27 21:09                                                                                     ` Ray Andrews
2023-01-27 23:45                                                                                       ` scowles
2023-01-28  0:12                                                                                         ` Ray Andrews
2023-01-28  3:47                                                                                           ` Bart Schaefer
2023-01-28 16:42                                                                                             ` Ray Andrews
2023-01-28 22:51                                                                                               ` Bart Schaefer
2023-01-29  2:30                                                                                                 ` Ray Andrews
2023-01-29  3:03                                                                                                   ` Bart Schaefer
2023-01-29  3:44                                                                                                     ` Ray Andrews
2023-01-29  4:35                                                                                                       ` Bart Schaefer
2023-01-29 15:54                                                                                                         ` Ray Andrews
2023-01-29 21:21                                                                                                           ` Lawrence Velázquez
2023-01-29 22:33                                                                                                             ` Ray Andrews
2023-01-29 22:42                                                                                                               ` Lawrence Velázquez
2023-01-30  0:42                                                                                                                 ` Ray Andrews
2023-01-30  0:46                                                                                                                   ` Ray Andrews
2023-01-30  4:41                                                                                                                 ` Bart Schaefer
2023-01-30  5:16                                                                                                                   ` Lawrence Velázquez
2023-01-30  6:55                                                                                                                     ` Bart Schaefer
2023-01-30 14:40                                                                                                                   ` Ray Andrews [this message]
2023-01-30 14:55                                                                                                                     ` Ray Andrews
2023-01-30 14:56                                                                                                                     ` Roman Perepelitsa
2023-01-30 15:56                                                                                                                       ` Ray Andrews
2023-01-30 16:09                                                                                                                         ` Roman Perepelitsa
2023-01-30 16:24                                                                                                                           ` Bart Schaefer
2023-01-30 16:34                                                                                                                             ` Roman Perepelitsa
2023-01-30 23:05                                                                                                                           ` Ray Andrews
2023-01-30 17:50                                                                                                                         ` Bart Schaefer
2023-01-31  0:42                                                                                                                           ` Ray Andrews
2023-01-26 22:18                                                                         ` Ray Andrews
2023-01-25 22:18                                                   ` Bart Schaefer
2023-01-25 23:10                                                     ` Ray Andrews
2023-01-25 23:19                                                       ` Bart Schaefer
2023-01-26  0:55                                                         ` Ray Andrews
2023-01-22 19:52                                 ` Ray Andrews
2023-01-21 16:48             ` Bart Schaefer
2023-01-21  5:47 ` Lawrence Velázquez

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=86e60311-983b-63b2-235e-64b3294f9415@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --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).