zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Ray Andrews <rayandrews@eastlink.ca>
Cc: zsh-users@zsh.org
Subject: Re: "typeset -p" inconsistency
Date: Tue, 1 Nov 2022 20:10:51 -0700	[thread overview]
Message-ID: <CAH+w=7aotb_3NpRRYZBJOLg8JAFcCyDbPhHxAYWLPdo8S6O0cA@mail.gmail.com> (raw)
In-Reply-To: <69b46d22-4430-ddba-4b21-a220b4816438@eastlink.ca>

On Tue, Nov 1, 2022 at 3:46 PM Ray Andrews <rayandrews@eastlink.ca> wrote:
>
> On 2022-11-01 14:40, Bart Schaefer wrote:
> > It doesn't actually re-create anything right then, but the definition
> > of -p is "display in the format of a typeset command"
> Still I just wish there was some simple way of displaying the state of
> things without the pseudo re-creation.  It seems like a simple thing.

paste =(typeset +) =(set)

or perhaps (following is one line, gmail may wrap it)

print -lr -- ${(*)${(Aok)parameters}//(#m)*/${(Pt)MATCH} "$(typeset -m
${(q)MATCH})"}

(Use "setopt extendedglob" instead of (*) for zsh before 5.9)

> >> fignore=(  )
> >> FPATH=...
>
> No, I mean it seems a bit long and a bit belabored.  I'm just saying
> that I'd expect those variables to be set to standard internal paths

The internal value for FPATH is determined by the build-time options
to match the install locations of the functions.  There are typically
two options:  Place all the function files in a single directory
(which results in a short FPATH but possible name collisions) or
preserve the source tree directory hierarchy (which results in what
you saw).  The latter is often used because then it's possible to
(after the fact) omit directories that are not relevant.

> Come to think of it, those directories are in the 'fignore' ...
> are they to be ignored?

Please disconnect fignore from FPATH in your brain.  They are totally
unrelated things.  You may be thinking of fpath, which is the
tied-array equivalent of the FPATH tied-scalar.


  parent reply	other threads:[~2022-11-02  3:12 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20 17:21 var=$( typeset "$1" ) ... not within a function Ray Andrews
2022-10-20 17:25 ` Roman Perepelitsa
2022-10-20 17:51   ` Ray Andrews
2022-10-20 17:54     ` Roman Perepelitsa
2022-10-20 18:38       ` Ray Andrews
2022-10-20 18:44         ` Roman Perepelitsa
2022-10-20 19:15           ` Ray Andrews
2022-10-20 19:35             ` Roman Perepelitsa
2022-10-20 20:48               ` Ray Andrews
2022-10-21  0:54                 ` Bart Schaefer
2022-10-21  1:58                   ` Ray Andrews
2022-10-21  2:25                     ` Bart Schaefer
2022-10-21 14:24                       ` Ray Andrews
2022-10-21 14:37                         ` Ray Andrews
2022-10-21 17:34                         ` Roman Perepelitsa
2022-11-01  5:00                       ` "typeset -p" inconsistency Bart Schaefer
2022-11-01 12:07                         ` Peter Stephenson
2022-11-01 12:40                         ` Ray Andrews
2022-11-01 19:08                           ` Bart Schaefer
2022-11-01 21:25                             ` Ray Andrews
2022-11-01 21:40                               ` Bart Schaefer
2022-11-01 22:46                                 ` Ray Andrews
2022-11-02  1:13                                   ` Lawrence Velázquez
2022-11-02  2:42                                     ` Ray Andrews
2022-11-02  3:11                                       ` Lawrence Velázquez
2022-11-02 12:56                                         ` Ray Andrews
2022-11-02 17:04                                           ` Bart Schaefer
2022-11-02 17:19                                             ` Ray Andrews
2022-11-02 18:21                                               ` Bart Schaefer
2022-11-02  3:10                                   ` Bart Schaefer [this message]
2022-11-02 17:09                                     ` Ray Andrews
2022-10-20 17:29 ` var=$( typeset "$1" ) ... not within a function Mikael Magnusson
2022-10-20 17:43   ` Ray Andrews
2022-10-21 17:33 ` Ray Andrews
2022-10-21 18:25   ` Bart Schaefer
2022-10-21 18:57     ` Ray Andrews
2022-10-21 19:02       ` Roman Perepelitsa
2022-10-21 19:06         ` Ray Andrews
2022-10-21 19:04     ` Ray Andrews

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=7aotb_3NpRRYZBJOLg8JAFcCyDbPhHxAYWLPdo8S6O0cA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=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).