zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: linuxtechguy@gmail.com, Jim <linux.tech.guy@gmail.com>,
	devs <zsh-workers@zsh.org>
Subject: Re: Missing keyword 'tied'
Date: Tue, 4 Jan 2022 15:33:06 +0000 (GMT)	[thread overview]
Message-ID: <859283910.580170.1641310386474@mail2.virginmedia.com> (raw)
In-Reply-To: <CA+rB6GLBpUEBm7_cTuHA5QgYpW8gNXUEPdfk4YMh+c0Ub0tB5Q@mail.gmail.com>

> On 04 January 2022 at 15:15 Jim <linux.tech.guy@gmail.com> wrote:
> Parameter expansion flag 't' when applied to parameters PATH, path, ...,
> outputs '*-tied*'.  Yet, the zshexpn man page under 'Parameter Expansion
> Flags' for the 't' flag does not define keyword 'tied'.
> 
> Is this an oversight or left out for some other reason?
> My ZSH_VERSION 5.8

That'll be a long-standing oversight, good to track it down.  Thanks.

See if this reads OK.  I've put it in the position in the list that
it would appear in the actual output.

pws

diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 753e5a008..93ae3001d 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1205,6 +1205,11 @@ for readonly parameters
 item(tt(tag))(
 for tagged parameters
 )
+item(tt(tied))(
+for parameters tied to another parameter in the manner of tt(PATH)
+(colon-separated list) and tt(path) (array), whether these are
+special parameters or user-defined with `tt(typeset -T)'
+)
 item(tt(export))(
 for exported parameters
 )


  reply	other threads:[~2022-01-04 15:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04 15:15 Jim
2022-01-04 15:33 ` Peter Stephenson [this message]
2022-01-04 16:22   ` Jim
2022-01-04 16:57     ` Peter Stephenson
2022-01-04 17:22       ` Jim

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=859283910.580170.1641310386474@mail2.virginmedia.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=linux.tech.guy@gmail.com \
    --cc=linuxtechguy@gmail.com \
    --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).